diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2018-04-20 08:31:30 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2018-04-20 18:58:16 +0800 |
commit | 069ea38916a96dfb194cf8d2a0f5e07f9a586bf3 (patch) | |
tree | cfea4a296c46b053466efad84c71dffda7f800f4 /Changelog.md | |
parent | 676732776eaf087a17b79bc97213c84746dabd09 (diff) | |
download | dexon-solidity-069ea38916a96dfb194cf8d2a0f5e07f9a586bf3.tar.gz dexon-solidity-069ea38916a96dfb194cf8d2a0f5e07f9a586bf3.tar.zst dexon-solidity-069ea38916a96dfb194cf8d2a0f5e07f9a586bf3.zip |
Make literals an error for tight packing (experimental 0.5.0)
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md index 207e2c21..0fbce7c5 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,7 +2,7 @@ Features: * Optimizer: Remove unnecessary masking of the result of known short instructions (``ADDRESS``, ``CALLER``, ``ORIGIN`` and ``COINBASE``). - + * Type Checker: Make literals (without explicit type casting) an error for tight packing as experimental 0.5.0 feature. Bugfixes: |