aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlaf Tomalka <olaf@tomalka.me>2018-01-27 01:30:10 +0800
committerOlaf Tomalka <olaf@tomalka.me>2018-01-27 01:30:10 +0800
commitf37fcc147ccc45a234b062217321d26424c85a40 (patch)
tree81a2c089452f0df959a75dd255c249d6027fb745
parentdc5694e54489ecf69d23b7ebbf085eae01491d66 (diff)
downloaddexon-sol-tools-f37fcc147ccc45a234b062217321d26424c85a40.tar
dexon-sol-tools-f37fcc147ccc45a234b062217321d26424c85a40.tar.gz
dexon-sol-tools-f37fcc147ccc45a234b062217321d26424c85a40.tar.bz2
dexon-sol-tools-f37fcc147ccc45a234b062217321d26424c85a40.tar.lz
dexon-sol-tools-f37fcc147ccc45a234b062217321d26424c85a40.tar.xz
dexon-sol-tools-f37fcc147ccc45a234b062217321d26424c85a40.tar.zst
dexon-sol-tools-f37fcc147ccc45a234b062217321d26424c85a40.zip
Added PR # to the changelog of abi-gen
-rw-r--r--packages/abi-gen/CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/abi-gen/CHANGELOG.md b/packages/abi-gen/CHANGELOG.md
index 0f54c2480..9247b315a 100644
--- a/packages/abi-gen/CHANGELOG.md
+++ b/packages/abi-gen/CHANGELOG.md
@@ -1,8 +1,10 @@
# CHANGELOG
+## v0.2.0 - _???_
+* Added CLI options for explicit specifying location of partials and main template (#346)
+
## v0.1.0 - _January 11, 2018_
-* Added CLI options for explicit specifying location of partials and main template
* Fixed array typings with union types (#295)
* Add event ABIs to context data passed to templates (#302)
* Add constructor ABIs to context data passed to templates (#304)