aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-05-04 01:21:42 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2018-05-08 22:13:32 +0800
commitfe12f05c080bd143cfb656f71e54d586d0810c4f (patch)
tree5ac4b16c6a40b4a9671af67946c36a7e3fcf38b8 /Changelog.md
parent506d82796d53f5548fafbb10c59a3d409f425090 (diff)
downloaddexon-solidity-fe12f05c080bd143cfb656f71e54d586d0810c4f.tar.gz
dexon-solidity-fe12f05c080bd143cfb656f71e54d586d0810c4f.tar.zst
dexon-solidity-fe12f05c080bd143cfb656f71e54d586d0810c4f.zip
Deprecate wildcard assignments.
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 7c4ac925..37e0b0a1 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -6,6 +6,7 @@ Features:
* Optimizer: Remove unnecessary masking of the result of known short instructions (``ADDRESS``, ``CALLER``, ``ORIGIN`` and ``COINBASE``).
* Type Checker: Deprecate the ``years`` unit denomination and raise a warning for it (or an error as experimental 0.5.0 feature).
* Type Checker: Make literals (without explicit type casting) an error for tight packing as experimental 0.5.0 feature.
+ * Type Checker: Warn about wildcard tuple assignments (this will turn into an error with version 0.5.0).
Bugfixes:
* Type Checker: Show proper error when trying to ``emit`` a non-event.