Update CHANGELOGs

This commit is contained in:
Brandon Millman
2018-03-13 18:16:31 -07:00
parent c8a8b851d8
commit 6a8c2cb717
6 changed files with 19 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# CHANGELOG
## v0.2.5 - _TBD, 2018_
* Consolidate all `console.log` calls into `logUtils` in the `@0xproject/utils` package (#452)
## v0.2.4 - _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)