diff options
author | chriseth <chris@ethereum.org> | 2017-01-24 18:52:21 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-24 18:52:21 +0800 |
commit | b52a60402d0885f8700658488b02bc48f7746aaf (patch) | |
tree | 6a497d0fb97fef96e409893e3c7fa938a4795e6c /Changelog.md | |
parent | c5a501addd2c339621af76db86bcf87c7111fc8d (diff) | |
parent | 4e1fd68b38346ec3e4117dc0454b65f4b236741b (diff) | |
download | dexon-solidity-b52a60402d0885f8700658488b02bc48f7746aaf.tar.gz dexon-solidity-b52a60402d0885f8700658488b02bc48f7746aaf.tar.zst dexon-solidity-b52a60402d0885f8700658488b02bc48f7746aaf.zip |
Merge pull request #1245 from ethereum/1215
Allow multiple events of the same name
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 5e458bba..cd3e31b2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,6 +6,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) |