From 2b8235269221cacbcf9beb793d969c451b1927a3 Mon Sep 17 00:00:00 2001 From: Federico Bond Date: Sat, 8 Jul 2017 20:27:28 -0300 Subject: Disallow non-pure constant state variables in 0.5.0 --- Changelog.md | 1 + 1 file changed, 1 insertion(+) (limited to 'Changelog.md') 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. -- cgit