diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-08-23 23:45:06 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-08-24 15:55:02 +0800 |
commit | c7ce96651647b2769050686e0dae6ae51a5149d7 (patch) | |
tree | e21862b3c6187d456f1fdc729e3687a625d56469 /CHANGELOG.md | |
parent | dd9561797f6ea78b3c52846ba959930f011404d8 (diff) | |
download | dexon-sol-tools-c7ce96651647b2769050686e0dae6ae51a5149d7.tar dexon-sol-tools-c7ce96651647b2769050686e0dae6ae51a5149d7.tar.gz dexon-sol-tools-c7ce96651647b2769050686e0dae6ae51a5149d7.tar.bz2 dexon-sol-tools-c7ce96651647b2769050686e0dae6ae51a5149d7.tar.lz dexon-sol-tools-c7ce96651647b2769050686e0dae6ae51a5149d7.tar.xz dexon-sol-tools-c7ce96651647b2769050686e0dae6ae51a5149d7.tar.zst dexon-sol-tools-c7ce96651647b2769050686e0dae6ae51a5149d7.zip |
Update CHANGELOG
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8aec1f5d3..b5fef398c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,8 @@ v0.10.0 - _TBD_ * Added `zeroEx.exchange.validateFillOrKillOrderThrowIfInvalidAsync` (#128) * Added `zeroEx.exchange.validateCancelOrderThrowIfInvalidAsync` (#128) * Added `zeroEx.exchange.isRoundingErrorAsync` (#128) - * Add clear error message when checksummed address is passed to a public method (#124) + * Added `zeroEx.proxy.getContractAddressAsync` (#130) + * Added clear error message when checksummed address is passed to a public method (#124) * Fixes the description of `shouldThrowOnInsufficientBalanceOrAllowance` in docs (#127) v0.9.3 - _Aug 22, 2017_ |