aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2017-07-26 23:14:09 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2017-07-26 23:14:09 +0800
commitea2317be1196404a8eedefb938d145159e57c495 (patch)
tree7d852ea97200d936806ae5d9da870c817f9c5cff /CHANGELOG.md
parenta89e9461b64b17e202acbe371ac24c33b994854f (diff)
downloaddexon-sol-tools-ea2317be1196404a8eedefb938d145159e57c495.tar
dexon-sol-tools-ea2317be1196404a8eedefb938d145159e57c495.tar.gz
dexon-sol-tools-ea2317be1196404a8eedefb938d145159e57c495.tar.bz2
dexon-sol-tools-ea2317be1196404a8eedefb938d145159e57c495.tar.lz
dexon-sol-tools-ea2317be1196404a8eedefb938d145159e57c495.tar.xz
dexon-sol-tools-ea2317be1196404a8eedefb938d145159e57c495.tar.zst
dexon-sol-tools-ea2317be1196404a8eedefb938d145159e57c495.zip
Update CHANGELOG.md
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8e9d8e9b1..3eef8ad6e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,11 +2,14 @@
v0.9.0 - TBD
------------------------
+ * Migrated to the new version of smart contracts (#101)
* Removed the ability to call methods on multiple authorized Exchange smart contracts (#106)
* Made `zeroEx.getOrderHashHex` a static method (#107)
* Cached `net_version` requests and invalidate the cache on calls to `setProvider` (#95)
* Renamed `zeroEx.exchange.batchCancelOrderAsync` to `zeroEx.exchange.batchCancelOrdersAsync`
* Renamed `zeroEx.exchange.batchFillOrderAsync` to `zeroEx.exchange.batchFillOrdersAsync`
+ * Updated to typescript v2.4
+ * Fixed an issue with incorrect balance/allowance validation when ZRX is one of the tokens traded
v0.8.0 - _Jul. 4, 2017_
------------------------