aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLeonid <logvinov.leon@gmail.com>2017-07-04 05:31:40 +0800
committerGitHub <noreply@github.com>2017-07-04 05:31:40 +0800
commit86c742cb11d0bb6a5ffb14275ce86be265b04cb8 (patch)
treecde0f449e90d108a3d715faf12d859487c236b6a /CHANGELOG.md
parent92c6144b6a7a47402770cd6c1d33db7f4cb847ec (diff)
parentd4cef89587ef8ea0f7fbab1146c4524e8f588eac (diff)
downloaddexon-0x-contracts-86c742cb11d0bb6a5ffb14275ce86be265b04cb8.tar
dexon-0x-contracts-86c742cb11d0bb6a5ffb14275ce86be265b04cb8.tar.gz
dexon-0x-contracts-86c742cb11d0bb6a5ffb14275ce86be265b04cb8.tar.bz2
dexon-0x-contracts-86c742cb11d0bb6a5ffb14275ce86be265b04cb8.tar.lz
dexon-0x-contracts-86c742cb11d0bb6a5ffb14275ce86be265b04cb8.tar.xz
dexon-0x-contracts-86c742cb11d0bb6a5ffb14275ce86be265b04cb8.tar.zst
dexon-0x-contracts-86c742cb11d0bb6a5ffb14275ce86be265b04cb8.zip
Merge branch 'master' into wrap-log-bignumber
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index da3d641ac..700095ea0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# CHANGELOG
+v0.7.2 - _Jun. 26, 2017_
+------------------------
+ * Add the ability to call methods on different authorized versions of the Exchange smart contract (#82)
+ * Update contract artifacts to reflect latest changes to the smart contracts (0xproject/contracts#59)
+
v0.7.1 - _Jun. 26, 2017_
------------------------
* Add the ability to convert Ether to wrapped Ether tokens and back via `zeroEx.etherToken.depostAsync` and `zeroEx.etherToken.withdrawAsync` (#81)