aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLeonid <logvinov.leon@gmail.com>2017-08-29 16:03:00 +0800
committerGitHub <noreply@github.com>2017-08-29 16:03:00 +0800
commit07a872f80213a71d17d61a47e7faeee0e87d1822 (patch)
tree8d29f3f7c180400f48b2b0f150ed603729cc061f /CHANGELOG.md
parent05ce9733dadd1f83afa2d96ff55a23cd1477216d (diff)
parent9516a50f645587bcc79ec5e17b8a353221f1d7e2 (diff)
downloaddexon-sol-tools-07a872f80213a71d17d61a47e7faeee0e87d1822.tar
dexon-sol-tools-07a872f80213a71d17d61a47e7faeee0e87d1822.tar.gz
dexon-sol-tools-07a872f80213a71d17d61a47e7faeee0e87d1822.tar.bz2
dexon-sol-tools-07a872f80213a71d17d61a47e7faeee0e87d1822.tar.lz
dexon-sol-tools-07a872f80213a71d17d61a47e7faeee0e87d1822.tar.xz
dexon-sol-tools-07a872f80213a71d17d61a47e7faeee0e87d1822.tar.zst
dexon-sol-tools-07a872f80213a71d17d61a47e7faeee0e87d1822.zip
Merge pull request #139 from 0xProject/feature/gas-price-config
Gas price config
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 03d0ab44c..6c859a097 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# CHANGELOG
+vTBD - _TBD_
+ * Added the optional `zeroExConfig` parameter to the constructor of `ZeroEx` (#139)
+ * Added the ability to specify `gasPrice` when instantiating `ZeroEx` (#139)
+
v0.11.0 - _August 24, 2017_
------------------------
* Added `zeroEx.token.setUnlimitedProxyAllowanceAsync` (#137)