diff options
author | chriseth <chris@ethereum.org> | 2018-04-24 18:12:03 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-24 18:12:03 +0800 |
commit | d1e1293fbd852149edfd03fd6b2e54c8c4c6e5f9 (patch) | |
tree | e389bf6c004e88917e91e6c93669b058ac129521 /Changelog.md | |
parent | 258ae8927e21cddc18935e26b4184a833c85bda8 (diff) | |
parent | 1ac0090f31d12a720950991ab4e85710877effd1 (diff) | |
download | dexon-solidity-d1e1293fbd852149edfd03fd6b2e54c8c4c6e5f9.tar.gz dexon-solidity-d1e1293fbd852149edfd03fd6b2e54c8c4c6e5f9.tar.zst dexon-solidity-d1e1293fbd852149edfd03fd6b2e54c8c4c6e5f9.zip |
Merge pull request #3981 from ethereum/years-suffix
The "year" denomination is deprecated
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 ef0a03c2..1cb96833 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,7 @@ Features: * Build System: Update internal dependency of jsoncpp to 1.8.4, which introduces more strictness and reduces memory usage. * 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. Bugfixes: |