aboutsummaryrefslogtreecommitdiffstats
path: root/packages/abi-gen
diff options
context:
space:
mode:
authorBrandon Millman <brandon.millman@gmail.com>2018-03-14 09:16:31 +0800
committerBrandon Millman <brandon.millman@gmail.com>2018-03-14 09:16:31 +0800
commit6a8c2cb7172be9b0aadb34904d1d9b3348bed0cc (patch)
tree21f4cba7afe1716c24ef3de2c08681ace3de7d06 /packages/abi-gen
parentc8a8b851d8e0622559f71843a206a0e6e601cd83 (diff)
downloaddexon-0x-contracts-6a8c2cb7172be9b0aadb34904d1d9b3348bed0cc.tar
dexon-0x-contracts-6a8c2cb7172be9b0aadb34904d1d9b3348bed0cc.tar.gz
dexon-0x-contracts-6a8c2cb7172be9b0aadb34904d1d9b3348bed0cc.tar.bz2
dexon-0x-contracts-6a8c2cb7172be9b0aadb34904d1d9b3348bed0cc.tar.lz
dexon-0x-contracts-6a8c2cb7172be9b0aadb34904d1d9b3348bed0cc.tar.xz
dexon-0x-contracts-6a8c2cb7172be9b0aadb34904d1d9b3348bed0cc.tar.zst
dexon-0x-contracts-6a8c2cb7172be9b0aadb34904d1d9b3348bed0cc.zip
Update CHANGELOGs
Diffstat (limited to 'packages/abi-gen')
-rw-r--r--packages/abi-gen/CHANGELOG.md4
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)