diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/0x.js/CHANGELOG.md | 2 | ||||
-rw-r--r-- | packages/utils/CHANGELOG.md | 2 |
2 files changed, 2 insertions, 2 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_ diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 0abe835b8..d1c3264fa 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -2,7 +2,7 @@ ## v0.x.x - _TBD, 2018_ - * Fix a bug causing abi_decoder to throw on unknown events with the same signature (#366) + * Fix a bug related to event signature collisions (argument indexes aren't included in event signatures) in the abi_decoder. The decoder used to throw on unknown events with identical signatures as a known event (except indexes). (#366) ## v0.2.0 - _January 17, 2018_ |