diff options
author | Fabio Berger <me@fabioberger.com> | 2017-08-23 23:37:31 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-23 23:37:31 +0800 |
commit | bd7102efbee0833bd0274edbe248db27b53aa950 (patch) | |
tree | b1463dd08c613aefddbe0d53ee85ee2cbaf84cc6 /CHANGELOG.md | |
parent | d837e27739614ce6a132e8583409425f726bef89 (diff) | |
parent | f7010dfa3a4bbd00ba1f08b1bed411c6a60008a4 (diff) | |
download | dexon-sol-tools-bd7102efbee0833bd0274edbe248db27b53aa950.tar dexon-sol-tools-bd7102efbee0833bd0274edbe248db27b53aa950.tar.gz dexon-sol-tools-bd7102efbee0833bd0274edbe248db27b53aa950.tar.bz2 dexon-sol-tools-bd7102efbee0833bd0274edbe248db27b53aa950.tar.lz dexon-sol-tools-bd7102efbee0833bd0274edbe248db27b53aa950.tar.xz dexon-sol-tools-bd7102efbee0833bd0274edbe248db27b53aa950.tar.zst dexon-sol-tools-bd7102efbee0833bd0274edbe248db27b53aa950.zip |
Merge pull request #130 from 0xProject/addProxyAddressMethod
Add public TokenTransferProxy address getter
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cdda5785..3ca451d85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,15 +4,16 @@ 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 (#130) v0.9.3 - _Aug 22, 2017_ ------------------------ - * Update contract artifacts to include latest Kovan and Mainnet deploys. + * Update contract artifacts to include latest Kovan and Mainnet deploys (#118) v0.9.2 - _Aug 21, 2017_ ------------------------ * *This version was unpublished because of a publishing issue.* - * Update contract artifacts to include latest Kovan and Mainnet deploys. + * Update contract artifacts to include latest Kovan and Mainnet deploys (#118) v0.9.1 - _Aug. 16, 2017_ ------------------------ |