diff options
author | Leonid <logvinov.leon@gmail.com> | 2017-09-20 20:59:48 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-20 20:59:48 +0800 |
commit | d424933d70a0a6a210b19960451ef2796844c8d8 (patch) | |
tree | 349592a214b320b9a60e2775093639fe9ad6c278 /CHANGELOG.md | |
parent | fe9f692a4f472e5decbda96aad6afaf98c10d850 (diff) | |
parent | 91679caf936d3b3df369b2339c55468b222c9a16 (diff) | |
download | dexon-sol-tools-d424933d70a0a6a210b19960451ef2796844c8d8.tar dexon-sol-tools-d424933d70a0a6a210b19960451ef2796844c8d8.tar.gz dexon-sol-tools-d424933d70a0a6a210b19960451ef2796844c8d8.tar.bz2 dexon-sol-tools-d424933d70a0a6a210b19960451ef2796844c8d8.tar.lz dexon-sol-tools-d424933d70a0a6a210b19960451ef2796844c8d8.tar.xz dexon-sol-tools-d424933d70a0a6a210b19960451ef2796844c8d8.tar.zst dexon-sol-tools-d424933d70a0a6a210b19960451ef2796844c8d8.zip |
Merge pull request #165 from 0xProject/feature/configurable-addresses
Allow users to pass contract addresses as a config
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bd1f5f34..61031c089 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # CHANGELOG +v0.16.0 - _September 20, 2017_ +------------------------ + * Added the ability to specify custom contract addresses to be used with 0x.js (#165) + * ZeroExConfig.exchangeContractAddress + * ZeroExConfig.tokenRegistryContractAddress + * ZeroExConfig.etherTokenContractAddress + * Added `zeroEx.tokenRegistry.getContractAddressAsync` (#165) + v0.15.0 - _September 8, 2017_ ------------------------ * Added the ability to specify a historical `blockNumber` at which to query the blockchain's state when calling a token or exchange method (#161) |