diff options
author | Olaf Tomalka <olaf@tomalka.me> | 2018-01-27 01:30:10 +0800 |
---|---|---|
committer | Olaf Tomalka <olaf@tomalka.me> | 2018-01-27 01:30:10 +0800 |
commit | f37fcc147ccc45a234b062217321d26424c85a40 (patch) | |
tree | 81a2c089452f0df959a75dd255c249d6027fb745 /packages | |
parent | dc5694e54489ecf69d23b7ebbf085eae01491d66 (diff) | |
download | dexon-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
Diffstat (limited to 'packages')
-rw-r--r-- | packages/abi-gen/CHANGELOG.md | 4 |
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) |