aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-01-24 18:52:21 +0800
committerGitHub <noreply@github.com>2017-01-24 18:52:21 +0800
commitb52a60402d0885f8700658488b02bc48f7746aaf (patch)
tree6a497d0fb97fef96e409893e3c7fa938a4795e6c /Changelog.md
parentc5a501addd2c339621af76db86bcf87c7111fc8d (diff)
parent4e1fd68b38346ec3e4117dc0454b65f4b236741b (diff)
downloaddexon-solidity-b52a60402d0885f8700658488b02bc48f7746aaf.tar
dexon-solidity-b52a60402d0885f8700658488b02bc48f7746aaf.tar.gz
dexon-solidity-b52a60402d0885f8700658488b02bc48f7746aaf.tar.bz2
dexon-solidity-b52a60402d0885f8700658488b02bc48f7746aaf.tar.lz
dexon-solidity-b52a60402d0885f8700658488b02bc48f7746aaf.tar.xz
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.md1
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)