Change CHANGELOGs
This commit is contained in:
parent
3565e96f42
commit
6fce02d25e
@ -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_
|
||||||
|
|
||||||
|
@ -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_
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user