Update CHANGELOG

This commit is contained in:
Leonid Logvinov
2017-11-28 14:42:55 -06:00
parent a98d6bf496
commit ff334b0e53

View File

@@ -1,6 +1,6 @@
# CHANGELOG
vx.x.x
v0.27.0 - _November 28, 2017_
------------------------
* Make `ZeroExConfig` required parameter of `ZeroEx` constructor (#233)
* Add a required property `networkId` to `ZeroExConfig` (#233)
@@ -12,7 +12,7 @@ vx.x.x
* All transaction sending methods now call `estimateGas` if no gas amount was supplied (#235)
* Modify order validation methods to validate against the `latest` block, not against the `pending` block (#236)
v0.26.0
v0.26.0 - _November 21, 2017_
------------------------
* Add post-formatter for logs converting `blockNumber`, `logIndex`, `transactionIndex` from hexes to numbers (#231)
* Remove support for Async callback types when used in Subscribe functions (#222)