aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorFederico Bond <federicobond@gmail.com>2017-09-30 05:45:17 +0800
committerFederico Bond <federicobond@gmail.com>2017-09-30 06:17:31 +0800
commit6d9544795543498e9bc92943c41f07c2daf3bb78 (patch)
treedcddcbd78f6f76db0c8197334006f4e57f58c6c0 /Changelog.md
parentba7c5d2305d3486ddd699637a881ee229627082f (diff)
downloaddexon-solidity-6d9544795543498e9bc92943c41f07c2daf3bb78.tar
dexon-solidity-6d9544795543498e9bc92943c41f07c2daf3bb78.tar.gz
dexon-solidity-6d9544795543498e9bc92943c41f07c2daf3bb78.tar.bz2
dexon-solidity-6d9544795543498e9bc92943c41f07c2daf3bb78.tar.lz
dexon-solidity-6d9544795543498e9bc92943c41f07c2daf3bb78.tar.xz
dexon-solidity-6d9544795543498e9bc92943c41f07c2daf3bb78.tar.zst
dexon-solidity-6d9544795543498e9bc92943c41f07c2daf3bb78.zip
Emit error when declaring event with same name and arguments twice
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 008b3c86..81f0b3a6 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -9,6 +9,7 @@ Bugfixes:
* Type Checker: Properly check array length and don't rely on an assertion in code generation.
* Type Checker: Properly support overwriting members inherited from ``address`` in a contract
(such as ``balance``, ``transfer``, etc.)
+ * Type Checker: Prevent duplicate event declarations.
### 0.4.17 (2017-09-21)