aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorFederico Bond <federicobond@gmail.com>2017-11-09 11:02:39 +0800
committerFederico Bond <federicobond@gmail.com>2017-11-23 10:08:12 +0800
commit14fd647b852146cd885426d04bffffbd1b7c08a0 (patch)
tree70ed23ccdcd5c0d29248f8e6292fa138ab05cdce /Changelog.md
parentdc154b4e5661945ca9c98720e097e84729a528be (diff)
downloaddexon-solidity-14fd647b852146cd885426d04bffffbd1b7c08a0.tar
dexon-solidity-14fd647b852146cd885426d04bffffbd1b7c08a0.tar.gz
dexon-solidity-14fd647b852146cd885426d04bffffbd1b7c08a0.tar.bz2
dexon-solidity-14fd647b852146cd885426d04bffffbd1b7c08a0.tar.lz
dexon-solidity-14fd647b852146cd885426d04bffffbd1b7c08a0.tar.xz
dexon-solidity-14fd647b852146cd885426d04bffffbd1b7c08a0.tar.zst
dexon-solidity-14fd647b852146cd885426d04bffffbd1b7c08a0.zip
Fix event parsing. Refs #3175
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 45521f3e..85a9fc7f 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -5,6 +5,7 @@ Features:
* Type Checker: More detailed errors for invalid array lengths (such as division by zero).
Bugfixes:
+ * Parser: Disallow event declarations with no parameter list.
### 0.4.18 (2017-10-18)