aboutsummaryrefslogtreecommitdiffstats
path: root/packages/abi-gen/CHANGELOG.md
diff options
context:
space:
mode:
authorBrandon Millman <brandon.millman@gmail.com>2018-02-01 04:38:12 +0800
committerBrandon Millman <brandon.millman@gmail.com>2018-02-01 04:38:12 +0800
commit89547332eef489a8f258300224cf632dad12fe61 (patch)
tree5d4bf5d804b8ae2843b0a6c709ff5290d00d6e0f /packages/abi-gen/CHANGELOG.md
parentca55cc99edee3697646e2b4f28622f345c290fd7 (diff)
parent75539bf67537f202bc1075b096fd70f64705867e (diff)
downloaddexon-sol-tools-89547332eef489a8f258300224cf632dad12fe61.tar
dexon-sol-tools-89547332eef489a8f258300224cf632dad12fe61.tar.gz
dexon-sol-tools-89547332eef489a8f258300224cf632dad12fe61.tar.bz2
dexon-sol-tools-89547332eef489a8f258300224cf632dad12fe61.tar.lz
dexon-sol-tools-89547332eef489a8f258300224cf632dad12fe61.tar.xz
dexon-sol-tools-89547332eef489a8f258300224cf632dad12fe61.tar.zst
dexon-sol-tools-89547332eef489a8f258300224cf632dad12fe61.zip
Merge branch 'development' into feature/tslint-config/underscore-protected-members
* development: Updated contract generation in 0x to new abi-gen CLI Removed deprecated CLI options Added PR # to the changelog of abi-gen 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.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/abi-gen/CHANGELOG.md b/packages/abi-gen/CHANGELOG.md
index fb2c6eb24..9247b315a 100644
--- a/packages/abi-gen/CHANGELOG.md
+++ b/packages/abi-gen/CHANGELOG.md
@@ -1,5 +1,8 @@
# CHANGELOG
+## v0.2.0 - _???_
+* Added CLI options for explicit specifying location of partials and main template (#346)
+
## v0.1.0 - _January 11, 2018_
* Fixed array typings with union types (#295)