Changelog entry.

This commit is contained in:
chriseth 2017-01-20 14:44:44 +01:00
parent 82a00e7dc5
commit 1b87e08e04

View File

@ -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)