aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLeonid <logvinov.leon@gmail.com>2017-09-06 16:35:19 +0800
committerGitHub <noreply@github.com>2017-09-06 16:35:19 +0800
commit35c133caeda613121d7d90f3f1347ebdc8087d66 (patch)
tree6156865472010078a9f27b905bcaec7782f6521c /CHANGELOG.md
parent18a52a1ea758ee5640680f1097eba1ce9a9e81fc (diff)
parentf0a5ad2d2063fe8ba4682147ec2f73e2763b0275 (diff)
downloaddexon-sol-tools-35c133caeda613121d7d90f3f1347ebdc8087d66.tar
dexon-sol-tools-35c133caeda613121d7d90f3f1347ebdc8087d66.tar.gz
dexon-sol-tools-35c133caeda613121d7d90f3f1347ebdc8087d66.tar.bz2
dexon-sol-tools-35c133caeda613121d7d90f3f1347ebdc8087d66.tar.lz
dexon-sol-tools-35c133caeda613121d7d90f3f1347ebdc8087d66.tar.xz
dexon-sol-tools-35c133caeda613121d7d90f3f1347ebdc8087d66.tar.zst
dexon-sol-tools-35c133caeda613121d7d90f3f1347ebdc8087d66.zip
Merge branch 'development' into fix/signature-verification
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b45fb6478..680e55b42 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,10 @@
# CHANGELOG
-v0.12.2 - _TBD_
- * Added signature validation to validateFillOrderThrowIfInvalidAsync (#152)
+v0.13.0 - _TBD, 2017_
+ * Made all the functions submitting transactions to the network to immediately return transaction hash (#151)
+ * Added `zeroEx.awaitTransactionMinedAsync` (#151)
+ * Added `TransactionReceiptWithDecodedLogs`, `LogWithDecodedArgs`, `DecodedLogArgs` to public types (#151)
+ * Added signature validation to `validateFillOrderThrowIfInvalidAsync` (#152)
v0.12.1 - _September 2, 2017_
* Added the support for web3@1.x.x provider (#142)