diff options
author | Yoichi Hirai <i@yoichihirai.com> | 2016-11-09 21:08:51 +0800 |
---|---|---|
committer | Yoichi Hirai <i@yoichihirai.com> | 2016-11-12 00:48:03 +0800 |
commit | eee629652e3ee851419805ad1cb54d168fa77763 (patch) | |
tree | 6c0343fc961c133d16491871577f3f6c43c0c24b /Changelog.md | |
parent | 457daecba1f7e267cf7578b702945bb6532aa2af (diff) | |
download | dexon-solidity-eee629652e3ee851419805ad1cb54d168fa77763.tar.gz dexon-solidity-eee629652e3ee851419805ad1cb54d168fa77763.tar.zst dexon-solidity-eee629652e3ee851419805ad1cb54d168fa77763.zip |
parsing: ban empty enum definition.
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index b4456a86..4bed85ea 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,6 +5,10 @@ Features: * Type checker: now more eagerly searches for a common type of an inline array with mixed types * Code generator: generates a runtime error when an out-of-range value is converted into an enum type. +Bugfixes: + + * Parser: disallow empty enum definitions. + ### 0.4.4 (2016-10-31) Bugfixes: |