diff options
Diffstat (limited to 'packages/0x.js/CHANGELOG.md')
-rw-r--r-- | packages/0x.js/CHANGELOG.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/0x.js/CHANGELOG.md b/packages/0x.js/CHANGELOG.md index 83c33ee1c..54c06444a 100644 --- a/packages/0x.js/CHANGELOG.md +++ b/packages/0x.js/CHANGELOG.md @@ -1,5 +1,14 @@ # CHANGELOG +## v0.32.0 - _February 5, 2018_ + + * Add `zeroEx.etherToken.getContractAddressIfExists` (#350) + * Fixed the bug causing order watcher to throw if there is an event with the same signature but different indexed fields (#366) + +## v0.31.1 - _February 1, 2018_ + + * Fix the bug causing order watcher to throw if makerToken === zrx (#357) + ## v0.31.0 - _January 30, 2018_ * Add the `shouldAddPersonalMessagePrefix` parameter to `signOrderHashAsync` so that the |