aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2017-03-02 02:53:20 +0800
committerchriseth <c@ethdev.com>2017-03-13 20:30:23 +0800
commitfdc41f3b07c48438fcdd703a4dd1bd2f75736dc0 (patch)
treecd7d31c25b99d3189792717cda4d98e8a417e9ef
parent14948e514d7b15eb92d2c08f018bb23ead71fa5a (diff)
downloaddexon-solidity-fdc41f3b07c48438fcdd703a4dd1bd2f75736dc0.tar.gz
dexon-solidity-fdc41f3b07c48438fcdd703a4dd1bd2f75736dc0.tar.zst
dexon-solidity-fdc41f3b07c48438fcdd703a4dd1bd2f75736dc0.zip
Changelog entry.
-rw-r--r--Changelog.md1
1 files changed, 1 insertions, 0 deletions
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.