aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2017-03-15 02:25:16 +0800
committerchriseth <c@ethdev.com>2017-03-15 02:25:16 +0800
commit9f328ff749477106a569e679e5eeed5c7e78d29d (patch)
tree4ed950ef68eb3e0b4a0810f80b3951124d9ee6d7 /Changelog.md
parentc65d50681117edb96f6b1387f5a88de160811d38 (diff)
downloaddexon-solidity-9f328ff749477106a569e679e5eeed5c7e78d29d.tar
dexon-solidity-9f328ff749477106a569e679e5eeed5c7e78d29d.tar.gz
dexon-solidity-9f328ff749477106a569e679e5eeed5c7e78d29d.tar.bz2
dexon-solidity-9f328ff749477106a569e679e5eeed5c7e78d29d.tar.lz
dexon-solidity-9f328ff749477106a569e679e5eeed5c7e78d29d.tar.xz
dexon-solidity-9f328ff749477106a569e679e5eeed5c7e78d29d.tar.zst
dexon-solidity-9f328ff749477106a569e679e5eeed5c7e78d29d.zip
Turn non-constant constants error into warning.
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md
index a80f23f4..ba802834 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -17,7 +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: Warn if constant state variables are not compile-time constants.
* 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.