diff options
author | chriseth <chris@ethereum.org> | 2018-05-04 01:21:42 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2018-05-08 22:13:32 +0800 |
commit | fe12f05c080bd143cfb656f71e54d586d0810c4f (patch) | |
tree | 5ac4b16c6a40b4a9671af67946c36a7e3fcf38b8 /Changelog.md | |
parent | 506d82796d53f5548fafbb10c59a3d409f425090 (diff) | |
download | dexon-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.md | 1 |
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. |