From 4aeb6226d557ef924eb2182b383f5e77d7fc8199 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Tue, 19 Sep 2017 13:29:15 +0200 Subject: Add changes to the CHANGELOG --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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) -- cgit