aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2017-09-05 16:42:00 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2017-09-05 16:42:00 +0800
commit876032a8a71f9eedbf3394727dbc0ea513100836 (patch)
treed0922b38349f2d9cfb41aff04520ac8c736c29df /CHANGELOG.md
parent96d2a55effa6666c1b8d90594ca5607dcc1bce8e (diff)
downloaddexon-sol-tools-876032a8a71f9eedbf3394727dbc0ea513100836.tar
dexon-sol-tools-876032a8a71f9eedbf3394727dbc0ea513100836.tar.gz
dexon-sol-tools-876032a8a71f9eedbf3394727dbc0ea513100836.tar.bz2
dexon-sol-tools-876032a8a71f9eedbf3394727dbc0ea513100836.tar.lz
dexon-sol-tools-876032a8a71f9eedbf3394727dbc0ea513100836.tar.xz
dexon-sol-tools-876032a8a71f9eedbf3394727dbc0ea513100836.tar.zst
dexon-sol-tools-876032a8a71f9eedbf3394727dbc0ea513100836.zip
Update CHANGELOG
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 22bac9224..934fc24d7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# CHANGELOG
+v0.13.0 - _TBD, 2017_
+ * Made all the functions submitting transactions to the network to immediately return transaction hash (#151)
+ * Added `zeroEx.awaitTransactionMinedAsync` (#151)
+
v0.12.1 - _September 2, 2017_
* Added the support for web3@1.x.x provider (#142)
* Added the optional `zeroExConfig` parameter to the constructor of `ZeroEx` (#139)