aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLeonid <logvinov.leon@gmail.com>2017-10-10 19:15:57 +0800
committerGitHub <noreply@github.com>2017-10-10 19:15:57 +0800
commit056e0f26abb36774a3f6cbdb4429eaeff735a270 (patch)
tree77a413fe5b26e1993e890a19c15830b2e8103615 /CHANGELOG.md
parentf38d2f80a6e3af4ff7e2454d42abdf2a389e4303 (diff)
parentbda979a6c7e825446adce2d6d3b4800b5012a08d (diff)
downloaddexon-0x-contracts-056e0f26abb36774a3f6cbdb4429eaeff735a270.tar.gz
dexon-0x-contracts-056e0f26abb36774a3f6cbdb4429eaeff735a270.tar.zst
dexon-0x-contracts-056e0f26abb36774a3f6cbdb4429eaeff735a270.zip
Merge pull request #185 from 0xProject/fix/batch-validation
Fix batch validation
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
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_
------------------------