From 4fd3641ce5f80b54463a5f5c8aade6c5112070a3 Mon Sep 17 00:00:00 2001 From: Yoichi Hirai Date: Tue, 18 Oct 2016 16:06:46 +0200 Subject: Changelog: add a point about allowing multiple events that share the same name See #1215 --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index b9e4ecc0..d322fccd 100644 --- a/Changelog.md +++ b/Changelog.md @@ -26,6 +26,7 @@ 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. -- cgit