diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-02-06 04:50:57 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-02-06 04:53:41 +0800 |
commit | 6fce02d25e8133da16b1965cbd51b1edb74fcf7a (patch) | |
tree | 5bb2b460973d409b283b538b1a546a57535228ff /packages/0x.js | |
parent | 3565e96f42ce494784bf95172e0d30efa5ffd9cf (diff) | |
download | dexon-sol-tools-6fce02d25e8133da16b1965cbd51b1edb74fcf7a.tar dexon-sol-tools-6fce02d25e8133da16b1965cbd51b1edb74fcf7a.tar.gz dexon-sol-tools-6fce02d25e8133da16b1965cbd51b1edb74fcf7a.tar.bz2 dexon-sol-tools-6fce02d25e8133da16b1965cbd51b1edb74fcf7a.tar.lz dexon-sol-tools-6fce02d25e8133da16b1965cbd51b1edb74fcf7a.tar.xz dexon-sol-tools-6fce02d25e8133da16b1965cbd51b1edb74fcf7a.tar.zst dexon-sol-tools-6fce02d25e8133da16b1965cbd51b1edb74fcf7a.zip |
Change CHANGELOGs
Diffstat (limited to 'packages/0x.js')
-rw-r--r-- | packages/0x.js/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/0x.js/CHANGELOG.md b/packages/0x.js/CHANGELOG.md index dd503fcf3..b23756986 100644 --- a/packages/0x.js/CHANGELOG.md +++ b/packages/0x.js/CHANGELOG.md @@ -2,8 +2,8 @@ ## v0.x.x - _TBD, 2018_ - * Fixed the bug causing order watcher to throw if there is the event with the same signature but different indexed fields (#366) * 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_ |