diff options
author | chriseth <chris@ethereum.org> | 2017-08-16 19:52:06 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2017-08-16 19:54:28 +0800 |
commit | 3d595d4b149e590138f35a6f535c0a20a28e6f04 (patch) | |
tree | eb1cc0d4735e34f121684d6099f4f0c663b850ef /Changelog.md | |
parent | 83561e136c992287211f348e0b7bd85b8087fe23 (diff) | |
download | dexon-solidity-3d595d4b149e590138f35a6f535c0a20a28e6f04.tar dexon-solidity-3d595d4b149e590138f35a6f535c0a20a28e6f04.tar.gz dexon-solidity-3d595d4b149e590138f35a6f535c0a20a28e6f04.tar.bz2 dexon-solidity-3d595d4b149e590138f35a6f535c0a20a28e6f04.tar.lz dexon-solidity-3d595d4b149e590138f35a6f535c0a20a28e6f04.tar.xz dexon-solidity-3d595d4b149e590138f35a6f535c0a20a28e6f04.tar.zst dexon-solidity-3d595d4b149e590138f35a6f535c0a20a28e6f04.zip |
Warn about shift of literals.
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 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. |