aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-08-16 19:52:06 +0800
committerchriseth <chris@ethereum.org>2017-08-16 19:54:28 +0800
commit3d595d4b149e590138f35a6f535c0a20a28e6f04 (patch)
treeeb1cc0d4735e34f121684d6099f4f0c663b850ef /Changelog.md
parent83561e136c992287211f348e0b7bd85b8087fe23 (diff)
downloaddexon-solidity-3d595d4b149e590138f35a6f535c0a20a28e6f04.tar.gz
dexon-solidity-3d595d4b149e590138f35a6f535c0a20a28e6f04.tar.zst
dexon-solidity-3d595d4b149e590138f35a6f535c0a20a28e6f04.zip
Warn about shift of literals.
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 9bc0b354..7d026862 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -7,6 +7,7 @@ Features:
* Static Analyzer: Warn about large storage structures.
* Metadata: Store experimental flag in metadata CBOR.
* Type Checker: More detailed error message for invalid overrides.
+ * Type Checker: Warn about shifting a literal.
Bugfixes:
* Parser: Enforce commas between array and tuple elements.