aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-10-03 22:28:29 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2017-10-06 02:02:30 +0800
commit81519845bc35043c8460252e62a30a137f93432d (patch)
treee6f7b4daf9db485a2932524f9084b615595de82d /Changelog.md
parentd0fa56a217f50458b128b0a570724cdac0a5ee1a (diff)
downloaddexon-solidity-81519845bc35043c8460252e62a30a137f93432d.tar.gz
dexon-solidity-81519845bc35043c8460252e62a30a137f93432d.tar.zst
dexon-solidity-81519845bc35043c8460252e62a30a137f93432d.zip
Require location keyword for local variables (0.5.0)
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index ace9bc36..d558fd6f 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -9,6 +9,7 @@ Features:
* 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.
* Type Checker: Do not add members of ``address`` to contracts as experimental 0.5.0 feature.
+ * Type Checker: Require ``storage`` or ``memory`` keyword for local variables as experimental 0.5.0 feature.
Bugfixes:
* Parser: Fix source location of VariableDeclarationStatement.