From fdc41f3b07c48438fcdd703a4dd1bd2f75736dc0 Mon Sep 17 00:00:00 2001 From: chriseth Date: Wed, 1 Mar 2017 19:53:20 +0100 Subject: Changelog entry. --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index 89c0d883..a80f23f4 100644 --- a/Changelog.md +++ b/Changelog.md @@ -17,6 +17,7 @@ Bugfixes: * Type system: Detect cyclic dependencies between constants. * Type system: Disallow arrays with negative length. * Type system: Fix a crash related to invalid binary operators. + * Type system: Only allow compile-time constants for constant state variables. * Type system: Disallow ``var`` declaration with empty tuple type. * Type system: Correctly convert function argument types to pointers for member functions. * Type system: Move privateness of constructor into AST itself. -- cgit