aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorYoichi Hirai <i@yoichihirai.com>2017-12-12 18:12:18 +0800
committerGitHub <noreply@github.com>2017-12-12 18:12:18 +0800
commit14707b27e23a640274ce507c1c9a3d862f2c2b7f (patch)
tree762a58a830d3fd77bcf3032f5df3d91c827b01be /Changelog.md
parenta0e67dec4683346becf4c864b3c7b7c4ab90bb71 (diff)
parent14fd647b852146cd885426d04bffffbd1b7c08a0 (diff)
downloaddexon-solidity-14707b27e23a640274ce507c1c9a3d862f2c2b7f.tar
dexon-solidity-14707b27e23a640274ce507c1c9a3d862f2c2b7f.tar.gz
dexon-solidity-14707b27e23a640274ce507c1c9a3d862f2c2b7f.tar.bz2
dexon-solidity-14707b27e23a640274ce507c1c9a3d862f2c2b7f.tar.lz
dexon-solidity-14707b27e23a640274ce507c1c9a3d862f2c2b7f.tar.xz
dexon-solidity-14707b27e23a640274ce507c1c9a3d862f2c2b7f.tar.zst
dexon-solidity-14707b27e23a640274ce507c1c9a3d862f2c2b7f.zip
Merge pull request #3183 from federicobond/fix-event-parsing
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 cf6498a1..4cd83eeb 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -20,6 +20,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)