aboutsummaryrefslogtreecommitdiffstats
path: root/packages/abi-gen/CHANGELOG.md
diff options
context:
space:
mode:
authorOlaf Tomalka <olaf@tomalka.me>2018-01-27 01:22:32 +0800
committerOlaf Tomalka <olaf@tomalka.me>2018-01-27 01:22:32 +0800
commitdc5694e54489ecf69d23b7ebbf085eae01491d66 (patch)
treee65df1f16e7cd4077f1494549f119c3df46af45b /packages/abi-gen/CHANGELOG.md
parentad85011d62ded60a0f4c4d69f2fda0665e12c425 (diff)
downloaddexon-sol-tools-dc5694e54489ecf69d23b7ebbf085eae01491d66.tar
dexon-sol-tools-dc5694e54489ecf69d23b7ebbf085eae01491d66.tar.gz
dexon-sol-tools-dc5694e54489ecf69d23b7ebbf085eae01491d66.tar.bz2
dexon-sol-tools-dc5694e54489ecf69d23b7ebbf085eae01491d66.tar.lz
dexon-sol-tools-dc5694e54489ecf69d23b7ebbf085eae01491d66.tar.xz
dexon-sol-tools-dc5694e54489ecf69d23b7ebbf085eae01491d66.tar.zst
dexon-sol-tools-dc5694e54489ecf69d23b7ebbf085eae01491d66.zip
Added CLI options for explicit specifying location of partials and main template
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 fb2c6eb24..0f54c2480 100644
--- a/packages/abi-gen/CHANGELOG.md
+++ b/packages/abi-gen/CHANGELOG.md
@@ -2,6 +2,7 @@
## 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)