aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2018-04-20 08:31:30 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2018-04-20 18:58:16 +0800
commit069ea38916a96dfb194cf8d2a0f5e07f9a586bf3 (patch)
treecfea4a296c46b053466efad84c71dffda7f800f4 /Changelog.md
parent676732776eaf087a17b79bc97213c84746dabd09 (diff)
downloaddexon-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.md2
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: