Add changelog entries from types and utils

This commit is contained in:
Fabio Berger 2018-03-03 10:32:01 +01:00
parent e5c755b1fc
commit 968c24f0bc
2 changed files with 3 additions and 1 deletions

View File

@ -1,9 +1,10 @@
# CHANGELOG # CHANGELOG
## v0.2.4 - _TBD, 2018_ ## v0.3.0 - _TBD, 2018_
* Add `data` to `TxData` (#413) * Add `data` to `TxData` (#413)
* Add `number` as an option to `ContractEventArg` (#413) * Add `number` as an option to `ContractEventArg` (#413)
* Move web3 types from devDep to dep since required when using this package.
## v0.2.1 - _February 9, 2018_ ## v0.2.1 - _February 9, 2018_

View File

@ -3,6 +3,7 @@
## v0.4.0 - _TBD, 2018_ ## v0.4.0 - _TBD, 2018_
* Use `ethers-contracts` as a backend to decode event args (#413) * Use `ethers-contracts` as a backend to decode event args (#413)
* Move web3 types from devDep to dep since required when using this package.
## v0.3.2 - _February 9, 2018_ ## v0.3.2 - _February 9, 2018_