diff options
author | chriseth <chris@ethereum.org> | 2017-07-11 00:30:41 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2017-07-11 00:30:41 +0800 |
commit | 883666d2c0cf602640a52b26d5ef7da9da3018f4 (patch) | |
tree | a6c7f8589da563c82470ed97262cf30fa91ff08f /Changelog.md | |
parent | aafcc3606cc20be1e7e8fe70494c63bb4f98d7fa (diff) | |
download | dexon-solidity-883666d2c0cf602640a52b26d5ef7da9da3018f4.tar.gz dexon-solidity-883666d2c0cf602640a52b26d5ef7da9da3018f4.tar.zst dexon-solidity-883666d2c0cf602640a52b26d5ef7da9da3018f4.zip |
Fix invalid "explicit storage keyword" warning for reference members of structs.
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index b3a37590..9afb0679 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,7 @@ Features: Bugfixes: + * Type Checker: Fix invalid "specify storage keyword" warning for reference members of structs. ### 0.4.13 (2017-07-06) |