From 1f2bf7e004f6b87aa4a6f4acb36670d780e134a8 Mon Sep 17 00:00:00 2001 From: Yoichi Hirai <i@yoichihirai.com> Date: Mon, 2 Jan 2017 18:00:32 +0100 Subject: [PATCH] Changelog: move an item upwards --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index d322fccda..77c0b0b08 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,6 +5,7 @@ Features: * AST: Use deterministic node identifiers. * Type system: Introduce type identifier strings. * Metadata: Do not include platform in the version number. + * Type checker: Allow multiple events of the same name (but with different arities or argument types) ### 0.4.8 (2017-01-13) @@ -26,7 +27,6 @@ Features: * Code generator: Inject the Swarm hash of a metadata file into the bytecode. * Code generator: Replace expensive memcpy precompile by simple assembly loop. * Optimizer: Some dead code elimination. - * Type checker: Allow multiple events of the same name (but with different arities or argument types) Bugfixes: * Code generator: throw if calling the identity precompile failed during memory (array) copying.