Update CHANGELOGs before publish

This commit is contained in:
Leonid Logvinov
2018-01-11 13:03:38 +01:00
parent de943c5f30
commit 7f4a383d75
3 changed files with 9 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# CHANGELOG
## v0.29.1 - _January 11, 2018_
* Fixed bignumber config issue #301 (#305)
## v0.29.0 - _December 28, 2017_
* Assert baseUnit amount supplied to `toUnitAmount` is integer amount. (#287)

View File

@@ -1,6 +1,6 @@
# CHANGELOG
## v0.x.x - _TBD, 2018_
## v0.1.0 - _January 11, 2018_
* Fixed array typings with union types (#295)
* Add event ABIs to context data passed to templates (#302)

View File

@@ -1,5 +1,9 @@
# CHANGELOG
## v0.4.0 - _January 28, 2017_
* Return a transaction hash from `_sendTransactionAsync` (#303)
## v0.3.0 - _December 28, 2017_
* Allow LedgerSubprovider to handle `eth_sign` in addition to `personal_sign` RPC requests