diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2018-04-23 21:54:45 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2018-04-23 23:19:51 +0800 |
commit | 1ac0090f31d12a720950991ab4e85710877effd1 (patch) | |
tree | 4c084c0f90d9d3b5551fdaeeaa0599d0147acb01 /Changelog.md | |
parent | 75faed7c55a45770b6b56fa9fe2be308604030a0 (diff) | |
download | dexon-solidity-1ac0090f31d12a720950991ab4e85710877effd1.tar.gz dexon-solidity-1ac0090f31d12a720950991ab4e85710877effd1.tar.zst dexon-solidity-1ac0090f31d12a720950991ab4e85710877effd1.zip |
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 f51bd634..4787f1c8 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: |