aboutsummaryrefslogtreecommitdiffstats
path: root/packages/abi-gen/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'packages/abi-gen/CHANGELOG.md')
-rw-r--r--packages/abi-gen/CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/abi-gen/CHANGELOG.md b/packages/abi-gen/CHANGELOG.md
new file mode 100644
index 000000000..fb2c6eb24
--- /dev/null
+++ b/packages/abi-gen/CHANGELOG.md
@@ -0,0 +1,7 @@
+# CHANGELOG
+
+## v0.1.0 - _January 11, 2018_
+
+* 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)