diff options
author | Federico Bond <federicobond@gmail.com> | 2017-07-09 07:27:28 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2017-10-03 22:30:16 +0800 |
commit | 2b8235269221cacbcf9beb793d969c451b1927a3 (patch) | |
tree | 7966106164c51f392f497057028160d6193e6409 /Changelog.md | |
parent | 5c284589202c261c06dadfe7a598cc23752e8e48 (diff) | |
download | dexon-solidity-2b8235269221cacbcf9beb793d969c451b1927a3.tar.gz dexon-solidity-2b8235269221cacbcf9beb793d969c451b1927a3.tar.zst dexon-solidity-2b8235269221cacbcf9beb793d969c451b1927a3.zip |
Disallow non-pure constant state variables in 0.5.0
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 81f0b3a6..8ebc30d0 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,7 @@ Features: * Parser: Better error message for unexpected trailing comma in parameter lists. * Syntax Checker: Unary ``+`` is now a syntax error as experimental 0.5.0 feature. + * Type Checker: Disallow non-pure constant state variables as experimental 0.5.0 feature. Bugfixes: * Parser: Fix source location of VariableDeclarationStatement. |