aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2017-01-20 21:44:44 +0800
committerchriseth <c@ethdev.com>2017-01-24 19:07:08 +0800
commit1b87e08e046b786b9c85c08696c72ed162f5f9a1 (patch)
treed7ca769e7dd4e8fbcb595014b89c1c7a3b21ff50
parent82a00e7dc50a8d8828fa6c192f78d4147944eccf (diff)
downloaddexon-solidity-1b87e08e046b786b9c85c08696c72ed162f5f9a1.tar
dexon-solidity-1b87e08e046b786b9c85c08696c72ed162f5f9a1.tar.gz
dexon-solidity-1b87e08e046b786b9c85c08696c72ed162f5f9a1.tar.bz2
dexon-solidity-1b87e08e046b786b9c85c08696c72ed162f5f9a1.tar.lz
dexon-solidity-1b87e08e046b786b9c85c08696c72ed162f5f9a1.tar.xz
dexon-solidity-1b87e08e046b786b9c85c08696c72ed162f5f9a1.tar.zst
dexon-solidity-1b87e08e046b786b9c85c08696c72ed162f5f9a1.zip
Changelog entry.
-rw-r--r--Changelog.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index cd3e31b2..7dd607d8 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -6,6 +6,10 @@ Features:
* AST: Use deterministic node identifiers.
* Type system: Introduce type identifier strings.
* Metadata: Do not include platform in the version number.
+ * Code generator: Extract array utils into low-level functions.
+
+Bugfixes:
+ * Code generator: Allow recursive structs.
* Type checker: Allow multiple events of the same name (but with different arities or argument types)
### 0.4.8 (2017-01-13)