aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-08-07 21:44:35 +0800
committerchriseth <chris@ethereum.org>2017-08-12 02:57:57 +0800
commitda3ac8640328c15872630d5d86976f17480f9492 (patch)
tree8e2134191c50dd31657b3c78b1d4bc7166ae4a11 /Changelog.md
parentd968912a4ce89a40d7d03bf0748a07c397662f68 (diff)
downloaddexon-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.md1
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: