diff options
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ca451d85..7d768a317 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ # CHANGELOG -v0.9.4 - _TBD_ +v0.10.0 - _TBD_ ------------------------ + * Added `zeroEx.exchange.validateFillOrderAndThrowIfInvalidAsync` (#128) + * Added `zeroEx.exchange.validateFillOrKillOrderAndThrowIfInvalidAsync` (#128) + * Added `zeroEx.exchange.validateCancelOrderAndThrowIfInvalidAsync` (#128) + * Added `zeroEx.exchange.isRoundingError` (#128) + * Add `zeroEx.proxy.getContractAddressAsync` to public interface (#130) * Add clear error message when checksummed address is passed to a public method (#124) * Fixes the description of `shouldThrowOnInsufficientBalanceOrAllowance` in docs (#127) - * Add `zeroEx.proxy.getContractAddressAsync` to public interface (#130) v0.9.3 - _Aug 22, 2017_ ------------------------ |