diff options
author | chriseth <chris@ethereum.org> | 2017-07-06 01:38:00 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2017-07-06 01:38:00 +0800 |
commit | dd34277ca60fcd9803a6fbb5a5944a1ed2533c73 (patch) | |
tree | a4fbb8c9dd17d03178d68b666d39ccae9a6474d9 /Changelog.md | |
parent | 05a26fc98c1201057c618c536ca0537e456c9b15 (diff) | |
download | dexon-solidity-dd34277ca60fcd9803a6fbb5a5944a1ed2533c73.tar.gz dexon-solidity-dd34277ca60fcd9803a6fbb5a5944a1ed2533c73.tar.zst dexon-solidity-dd34277ca60fcd9803a6fbb5a5944a1ed2533c73.zip |
Warn if local storage reference variable does not use "storage" explicitly.
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index b4415978..f5abbd52 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,8 @@ ### 0.4.13 (unreleased) +Features: + * Type Checker: Warn if a local storage reference variable does not explicitly use the keyword ``storage``. + Bugfixes: * Code Generator: Correctly unregister modifier variables. |