Updated CHANGELOGS

This commit is contained in:
Fabio Berger
2018-03-04 17:02:50 +01:00
parent f710026a8f
commit 47411b406d
11 changed files with 12 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
# CHANGELOG
## v0.2.3 - _TBD, 2018_
## v0.2.3 - _March 4, 2018_
* Add a `backend` parameter that allows you to specify the Ethereum library you use in your templates (`web3` or `ethers`). Ethers auto-converts small ints to numbers whereas Web3 doesn't. Defaults to `web3` (#413)
* Add support for [tuple types](https://solidity.readthedocs.io/en/develop/abi-spec.html#handling-tuple-types) (#413)