Change CHANGELOGs

This commit is contained in:
Leonid Logvinov 2018-02-05 21:50:57 +01:00
parent 3565e96f42
commit 6fce02d25e
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4
2 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
## v0.x.x - _TBD, 2018_ ## 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) * 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_ ## v0.31.1 - _February 1, 2018_

View File

@ -2,7 +2,7 @@
## v0.x.x - _TBD, 2018_ ## 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_ ## v0.2.0 - _January 17, 2018_