diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-09-19 19:29:15 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-09-19 19:29:15 +0800 |
commit | 4aeb6226d557ef924eb2182b383f5e77d7fc8199 (patch) | |
tree | 85887058991cee4711ef4fc76406fd6cb4f64f26 | |
parent | e19d5b3c78d1f986bc7e0db70a8241b9f2995763 (diff) | |
download | dexon-sol-tools-4aeb6226d557ef924eb2182b383f5e77d7fc8199.tar dexon-sol-tools-4aeb6226d557ef924eb2182b383f5e77d7fc8199.tar.gz dexon-sol-tools-4aeb6226d557ef924eb2182b383f5e77d7fc8199.tar.bz2 dexon-sol-tools-4aeb6226d557ef924eb2182b383f5e77d7fc8199.tar.lz dexon-sol-tools-4aeb6226d557ef924eb2182b383f5e77d7fc8199.tar.xz dexon-sol-tools-4aeb6226d557ef924eb2182b383f5e77d7fc8199.tar.zst dexon-sol-tools-4aeb6226d557ef924eb2182b383f5e77d7fc8199.zip |
Add changes to the CHANGELOG
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bd1f5f34..c58d6566d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # CHANGELOG +v0.16.0 - _TBD, 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) |