diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-08-23 20:41:34 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-08-24 15:55:01 +0800 |
commit | 8695f64322147116acc6a1739b5f1e399ffe99bb (patch) | |
tree | eef0ceaa0a53cc24525afb54a033b8ae504713f8 /CHANGELOG.md | |
parent | f58c203653873d3363c2c5e7662a61569146a36b (diff) | |
download | dexon-sol-tools-8695f64322147116acc6a1739b5f1e399ffe99bb.tar dexon-sol-tools-8695f64322147116acc6a1739b5f1e399ffe99bb.tar.gz dexon-sol-tools-8695f64322147116acc6a1739b5f1e399ffe99bb.tar.bz2 dexon-sol-tools-8695f64322147116acc6a1739b5f1e399ffe99bb.tar.lz dexon-sol-tools-8695f64322147116acc6a1739b5f1e399ffe99bb.tar.xz dexon-sol-tools-8695f64322147116acc6a1739b5f1e399ffe99bb.tar.zst dexon-sol-tools-8695f64322147116acc6a1739b5f1e399ffe99bb.zip |
Add the changes to CHANGELOG
Diffstat (limited to 'CHANGELOG.md')
-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_ ------------------------ |