diff options
author | chriseth <chris@ethereum.org> | 2018-05-09 17:06:23 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-09 17:06:23 +0800 |
commit | 54aa10ce367297a4b4f5ae3513dbe8c715e9fb88 (patch) | |
tree | ce5ad2cf32e2118ae92191ec648a1f522d1255c0 /Changelog.md | |
parent | c79351efb05be08f3f1797c8cf6ff50988b74763 (diff) | |
parent | 840ed1e88a8d70bdbc541a1330654cb1e730e298 (diff) | |
download | dexon-solidity-54aa10ce367297a4b4f5ae3513dbe8c715e9fb88.tar dexon-solidity-54aa10ce367297a4b4f5ae3513dbe8c715e9fb88.tar.gz dexon-solidity-54aa10ce367297a4b4f5ae3513dbe8c715e9fb88.tar.bz2 dexon-solidity-54aa10ce367297a4b4f5ae3513dbe8c715e9fb88.tar.lz dexon-solidity-54aa10ce367297a4b4f5ae3513dbe8c715e9fb88.tar.xz dexon-solidity-54aa10ce367297a4b4f5ae3513dbe8c715e9fb88.tar.zst dexon-solidity-54aa10ce367297a4b4f5ae3513dbe8c715e9fb88.zip |
Merge pull request #4054 from ethereum/token-names
Improve parser error messages
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 87669a62..a87c8dd4 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,6 +5,7 @@ Features: * Code Generator: Use native shift instructions on target Constantinople. * Gas Estimator: Only explore paths with higher gas costs. This reduces accuracy but greatly improves the speed of gas estimation. * Optimizer: Remove unnecessary masking of the result of known short instructions (``ADDRESS``, ``CALLER``, ``ORIGIN`` and ``COINBASE``). + * Parser: Display nicer error messages by showing the actual tokens and not internal names. * 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). |