Add CHANGELOG entry

This commit is contained in:
Leonid Logvinov
2017-11-23 10:08:01 -06:00
parent e01468b492
commit 6323badc19

View File

@@ -1,5 +1,9 @@
# CHANGELOG
vx.x.x
------------------------
* Make `DecodedLogEvent<A>` contain `LogWithDecodedArgs<A>` under log key instead of merging it in like web3 does (#234)
v0.26.0
------------------------
* Add post-formatter for logs converting `blockNumber`, `logIndex`, `transactionIndex` from hexes to numbers (#231)