aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2017-09-06 00:59:46 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2017-09-06 00:59:46 +0800
commite6e12e946e8ac4a56194e14744f3e107ae620d1b (patch)
tree6e3c396f5130635b76aa7fcc9a504440706d1683
parent2fd5f2781b0d0966e04d4aef2f37851b922815ee (diff)
downloaddexon-0x-contracts-e6e12e946e8ac4a56194e14744f3e107ae620d1b.tar
dexon-0x-contracts-e6e12e946e8ac4a56194e14744f3e107ae620d1b.tar.gz
dexon-0x-contracts-e6e12e946e8ac4a56194e14744f3e107ae620d1b.tar.bz2
dexon-0x-contracts-e6e12e946e8ac4a56194e14744f3e107ae620d1b.tar.lz
dexon-0x-contracts-e6e12e946e8ac4a56194e14744f3e107ae620d1b.tar.xz
dexon-0x-contracts-e6e12e946e8ac4a56194e14744f3e107ae620d1b.tar.zst
dexon-0x-contracts-e6e12e946e8ac4a56194e14744f3e107ae620d1b.zip
Update CHANGELOG
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 934fc24d7..dc2f4a040 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,7 @@
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)
v0.12.1 - _September 2, 2017_
* Added the support for web3@1.x.x provider (#142)