aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2017-08-23 23:02:48 +0800
committerFabio Berger <me@fabioberger.com>2017-08-23 23:02:48 +0800
commite4393fdd09e74a036fb444f67aaebc42e8db5c6c (patch)
tree0b62bc8d4f072762ddf67eacfc3b5347a392132c /CHANGELOG.md
parente3f7b18debdcaee3a9120bde6e0337994f85f4ba (diff)
downloaddexon-0x-contracts-e4393fdd09e74a036fb444f67aaebc42e8db5c6c.tar
dexon-0x-contracts-e4393fdd09e74a036fb444f67aaebc42e8db5c6c.tar.gz
dexon-0x-contracts-e4393fdd09e74a036fb444f67aaebc42e8db5c6c.tar.bz2
dexon-0x-contracts-e4393fdd09e74a036fb444f67aaebc42e8db5c6c.tar.lz
dexon-0x-contracts-e4393fdd09e74a036fb444f67aaebc42e8db5c6c.tar.xz
dexon-0x-contracts-e4393fdd09e74a036fb444f67aaebc42e8db5c6c.tar.zst
dexon-0x-contracts-e4393fdd09e74a036fb444f67aaebc42e8db5c6c.zip
Add note about the added public method in CHANGELOG
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9cdda5785..ef2d84db2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,7 @@ v0.9.4 - _TBD_
------------------------
* Add clear error message when checksummed address is passed to a public method (#124)
* Fixes the description of `shouldThrowOnInsufficientBalanceOrAllowance` in docs (#127)
+ * Add `zeroEx.proxy.getContractAddressAsync` to public interface
v0.9.3 - _Aug 22, 2017_
------------------------