diff options
author | Brandon Millman <brandon.millman@gmail.com> | 2018-03-14 09:16:31 +0800 |
---|---|---|
committer | Brandon Millman <brandon.millman@gmail.com> | 2018-03-14 09:16:31 +0800 |
commit | 6a8c2cb7172be9b0aadb34904d1d9b3348bed0cc (patch) | |
tree | 21f4cba7afe1716c24ef3de2c08681ace3de7d06 /packages/abi-gen | |
parent | c8a8b851d8e0622559f71843a206a0e6e601cd83 (diff) | |
download | dexon-sol-tools-6a8c2cb7172be9b0aadb34904d1d9b3348bed0cc.tar dexon-sol-tools-6a8c2cb7172be9b0aadb34904d1d9b3348bed0cc.tar.gz dexon-sol-tools-6a8c2cb7172be9b0aadb34904d1d9b3348bed0cc.tar.bz2 dexon-sol-tools-6a8c2cb7172be9b0aadb34904d1d9b3348bed0cc.tar.lz dexon-sol-tools-6a8c2cb7172be9b0aadb34904d1d9b3348bed0cc.tar.xz dexon-sol-tools-6a8c2cb7172be9b0aadb34904d1d9b3348bed0cc.tar.zst dexon-sol-tools-6a8c2cb7172be9b0aadb34904d1d9b3348bed0cc.zip |
Update CHANGELOGs
Diffstat (limited to 'packages/abi-gen')
-rw-r--r-- | packages/abi-gen/CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/abi-gen/CHANGELOG.md b/packages/abi-gen/CHANGELOG.md index 90e82c632..e7581fb10 100644 --- a/packages/abi-gen/CHANGELOG.md +++ b/packages/abi-gen/CHANGELOG.md @@ -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) |