aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonid <logvinov.leon@gmail.com>2017-07-26 23:24:53 +0800
committerGitHub <noreply@github.com>2017-07-26 23:24:53 +0800
commitac92ebc54f1642db17bd848e7151924f9461a9fb (patch)
tree7d852ea97200d936806ae5d9da870c817f9c5cff
parenta89e9461b64b17e202acbe371ac24c33b994854f (diff)
parentea2317be1196404a8eedefb938d145159e57c495 (diff)
downloaddexon-sol-tools-ac92ebc54f1642db17bd848e7151924f9461a9fb.tar
dexon-sol-tools-ac92ebc54f1642db17bd848e7151924f9461a9fb.tar.gz
dexon-sol-tools-ac92ebc54f1642db17bd848e7151924f9461a9fb.tar.bz2
dexon-sol-tools-ac92ebc54f1642db17bd848e7151924f9461a9fb.tar.lz
dexon-sol-tools-ac92ebc54f1642db17bd848e7151924f9461a9fb.tar.xz
dexon-sol-tools-ac92ebc54f1642db17bd848e7151924f9461a9fb.tar.zst
dexon-sol-tools-ac92ebc54f1642db17bd848e7151924f9461a9fb.zip
Merge pull request #115 from 0xProject/pre-0.9.0-CHANGELOG
Update 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_
------------------------