Changelog: add a point about allowing multiple events that share the same name

See #1215
This commit is contained in:
Yoichi Hirai 2016-10-18 16:06:46 +02:00
parent 0e85e35a7f
commit 4fd3641ce5
No known key found for this signature in database
GPG Key ID: E7B75D080FCF7992

View File

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