diff options
author | Leonid <logvinov.leon@gmail.com> | 2017-10-10 19:15:57 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-10 19:15:57 +0800 |
commit | 056e0f26abb36774a3f6cbdb4429eaeff735a270 (patch) | |
tree | 77a413fe5b26e1993e890a19c15830b2e8103615 /CHANGELOG.md | |
parent | f38d2f80a6e3af4ff7e2454d42abdf2a389e4303 (diff) | |
parent | bda979a6c7e825446adce2d6d3b4800b5012a08d (diff) | |
download | dexon-sol-tools-056e0f26abb36774a3f6cbdb4429eaeff735a270.tar dexon-sol-tools-056e0f26abb36774a3f6cbdb4429eaeff735a270.tar.gz dexon-sol-tools-056e0f26abb36774a3f6cbdb4429eaeff735a270.tar.bz2 dexon-sol-tools-056e0f26abb36774a3f6cbdb4429eaeff735a270.tar.lz dexon-sol-tools-056e0f26abb36774a3f6cbdb4429eaeff735a270.tar.xz dexon-sol-tools-056e0f26abb36774a3f6cbdb4429eaeff735a270.tar.zst dexon-sol-tools-056e0f26abb36774a3f6cbdb4429eaeff735a270.zip |
Merge pull request #185 from 0xProject/fix/batch-validation
Fix batch validation
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c160ee47..2aae081bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ v0.21.0 - _TBD, 2017_ * Added `zeroEx.token.unsubscribe` and `zeroEx.exchange.unsubscribe` * Renamed `zeroEx.exchange.stopWatchingAllEventsAsync` to `zeroEx.exhange.unsubscribeAll` * Renamed `zeroEx.token.stopWatchingAllEventsAsync` to `zeroEx.token.unsubscribeAll` + * Fixed the batch fills validation by emulating all balance & proxy allowance changes (#185) v0.20.0 - _October 5, 2017_ ------------------------ |