diff options
author | chriseth <chris@ethereum.org> | 2017-08-07 21:44:35 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2017-08-12 02:57:57 +0800 |
commit | da3ac8640328c15872630d5d86976f17480f9492 (patch) | |
tree | 8e2134191c50dd31657b3c78b1d4bc7166ae4a11 /Changelog.md | |
parent | d968912a4ce89a40d7d03bf0748a07c397662f68 (diff) | |
download | dexon-solidity-da3ac8640328c15872630d5d86976f17480f9492.tar.gz dexon-solidity-da3ac8640328c15872630d5d86976f17480f9492.tar.zst dexon-solidity-da3ac8640328c15872630d5d86976f17480f9492.zip |
Warn about large storage structures.
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 4609da92..cb672077 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,7 @@ Features: * Parser: Display previous visibility specifier in error if multiple are found. * Syntax Checker: Support ``pragma experimental <feature>;`` to turn on experimental features. + * Static Analyzer: Warn about large storage structures. * Metadata: Store experimental flag in metadata CBOR. Bugfixes: |