diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-09-06 23:45:10 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-09-06 23:45:10 +0800 |
commit | 873aa26f63b8266078ce3cf90e3a9ae65301ae1b (patch) | |
tree | facf234b436f28713d861d47f3fe3a24d421cc9c /CHANGELOG.md | |
parent | a57b22a6bc20df951c70212943b018ba8039a914 (diff) | |
download | dexon-sol-tools-873aa26f63b8266078ce3cf90e3a9ae65301ae1b.tar dexon-sol-tools-873aa26f63b8266078ce3cf90e3a9ae65301ae1b.tar.gz dexon-sol-tools-873aa26f63b8266078ce3cf90e3a9ae65301ae1b.tar.bz2 dexon-sol-tools-873aa26f63b8266078ce3cf90e3a9ae65301ae1b.tar.lz dexon-sol-tools-873aa26f63b8266078ce3cf90e3a9ae65301ae1b.tar.xz dexon-sol-tools-873aa26f63b8266078ce3cf90e3a9ae65301ae1b.tar.zst dexon-sol-tools-873aa26f63b8266078ce3cf90e3a9ae65301ae1b.zip |
Update CHANGELOG
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 62c3bbc3a..5712af40c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +v0.13.1 - _September 6, 2017_ +------------------------ + * Fixed an issue with overlapping async intervals in `zeroEx.awaitTransactionMinedAsync` (#157) + * Fixed an issue with log decoder returning `BigNumber`s as `strings` (#157) + v0.13.0 - _September 6, 2017_ ------------------------ * Made all the functions submitting transactions to the network to immediately return transaction hash (#151) |