aboutsummaryrefslogtreecommitdiffstats
path: root/packages/abi-gen/CHANGELOG.md
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-02-24 04:20:59 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2018-02-28 04:05:23 +0800
commitfe8f2d8d898e9909636366c9ceee37a5e9481573 (patch)
tree16be81a7d12e527c65084b972b39a4fe27c3267f /packages/abi-gen/CHANGELOG.md
parent2d561bc8a05e8d1fca91cde93bae2080d87be926 (diff)
downloaddexon-sol-tools-fe8f2d8d898e9909636366c9ceee37a5e9481573.tar
dexon-sol-tools-fe8f2d8d898e9909636366c9ceee37a5e9481573.tar.gz
dexon-sol-tools-fe8f2d8d898e9909636366c9ceee37a5e9481573.tar.bz2
dexon-sol-tools-fe8f2d8d898e9909636366c9ceee37a5e9481573.tar.lz
dexon-sol-tools-fe8f2d8d898e9909636366c9ceee37a5e9481573.tar.xz
dexon-sol-tools-fe8f2d8d898e9909636366c9ceee37a5e9481573.tar.zst
dexon-sol-tools-fe8f2d8d898e9909636366c9ceee37a5e9481573.zip
Add support for ABIv2 to abi-gen
Diffstat (limited to 'packages/abi-gen/CHANGELOG.md')
-rw-r--r--packages/abi-gen/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/abi-gen/CHANGELOG.md b/packages/abi-gen/CHANGELOG.md
index 7e589551e..17186570e 100644
--- a/packages/abi-gen/CHANGELOG.md
+++ b/packages/abi-gen/CHANGELOG.md
@@ -3,6 +3,7 @@
## v0.2.3 - _TBD, 2018_
* Add a `backend` parameter that allows you to specify your backend (web3 or ethers). Ethers auto-converts small ints to numbers (#TBD)
+ * Add support for ABIv2 (#TBD)
## v0.2.1 - _February 9, 2018_