diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-10-10 16:43:55 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-10-10 16:43:55 +0800 |
commit | 63aa3d0659660aa56a3a72d8fe8cc7372c01f5f2 (patch) | |
tree | 99bbb72874dabbd8bd49d684bb6a9ef289f56127 /CHANGELOG.md | |
parent | a4af1065ed3ea9c02393d68455aa610925093ef5 (diff) | |
download | dexon-sol-tools-63aa3d0659660aa56a3a72d8fe8cc7372c01f5f2.tar dexon-sol-tools-63aa3d0659660aa56a3a72d8fe8cc7372c01f5f2.tar.gz dexon-sol-tools-63aa3d0659660aa56a3a72d8fe8cc7372c01f5f2.tar.bz2 dexon-sol-tools-63aa3d0659660aa56a3a72d8fe8cc7372c01f5f2.tar.lz dexon-sol-tools-63aa3d0659660aa56a3a72d8fe8cc7372c01f5f2.tar.xz dexon-sol-tools-63aa3d0659660aa56a3a72d8fe8cc7372c01f5f2.tar.zst dexon-sol-tools-63aa3d0659660aa56a3a72d8fe8cc7372c01f5f2.zip |
Fix CHANGELOG comments
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9750e5c30..2aae081bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +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 the transfers (#185) + * Fixed the batch fills validation by emulating all balance & proxy allowance changes (#185) v0.20.0 - _October 5, 2017_ ------------------------ |