diff options
author | Leonid <logvinov.leon@gmail.com> | 2017-08-29 16:03:00 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-29 16:03:00 +0800 |
commit | 07a872f80213a71d17d61a47e7faeee0e87d1822 (patch) | |
tree | 8d29f3f7c180400f48b2b0f150ed603729cc061f /CHANGELOG.md | |
parent | 05ce9733dadd1f83afa2d96ff55a23cd1477216d (diff) | |
parent | 9516a50f645587bcc79ec5e17b8a353221f1d7e2 (diff) | |
download | dexon-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.md | 4 |
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) |