aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2018-05-09 06:35:52 +0800
committerGitHub <noreply@github.com>2018-05-09 06:35:52 +0800
commit10792dbc909bdd2c8ba7c0301ed81ee28b0ae1cc (patch)
treeeec29c6f107a4add57e13b79bd933e260c9b2d32 /Changelog.md
parent506d82796d53f5548fafbb10c59a3d409f425090 (diff)
parent741ada79f9fd58a3b652cf42de2a69cad54070b0 (diff)
downloaddexon-solidity-10792dbc909bdd2c8ba7c0301ed81ee28b0ae1cc.tar
dexon-solidity-10792dbc909bdd2c8ba7c0301ed81ee28b0ae1cc.tar.gz
dexon-solidity-10792dbc909bdd2c8ba7c0301ed81ee28b0ae1cc.tar.bz2
dexon-solidity-10792dbc909bdd2c8ba7c0301ed81ee28b0ae1cc.tar.lz
dexon-solidity-10792dbc909bdd2c8ba7c0301ed81ee28b0ae1cc.tar.xz
dexon-solidity-10792dbc909bdd2c8ba7c0301ed81ee28b0ae1cc.tar.zst
dexon-solidity-10792dbc909bdd2c8ba7c0301ed81ee28b0ae1cc.zip
Merge pull request #4056 from ethereum/safetupleassignment
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.