From dd34277ca60fcd9803a6fbb5a5944a1ed2533c73 Mon Sep 17 00:00:00 2001 From: chriseth Date: Wed, 5 Jul 2017 19:38:00 +0200 Subject: Warn if local storage reference variable does not use "storage" explicitly. --- Changelog.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Changelog.md') 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. -- cgit v1.2.3