aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoichi Hirai <i@yoichihirai.com>2016-10-18 22:06:46 +0800
committerYoichi Hirai <i@yoichihirai.com>2017-01-23 22:25:13 +0800
commit4fd3641ce5f80b54463a5f5c8aade6c5112070a3 (patch)
tree7de851f2a8ac493cb4b79f2a570e185d247e6e85
parent0e85e35a7f5f8129672ac02b38771749f4e5d456 (diff)
downloaddexon-solidity-4fd3641ce5f80b54463a5f5c8aade6c5112070a3.tar.gz
dexon-solidity-4fd3641ce5f80b54463a5f5c8aade6c5112070a3.tar.zst
dexon-solidity-4fd3641ce5f80b54463a5f5c8aade6c5112070a3.zip
Changelog: add a point about allowing multiple events that share the same name
See #1215
-rw-r--r--Changelog.md1
1 files changed, 1 insertions, 0 deletions
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.