aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-04-24 18:12:03 +0800
committerGitHub <noreply@github.com>2018-04-24 18:12:03 +0800
commitd1e1293fbd852149edfd03fd6b2e54c8c4c6e5f9 (patch)
treee389bf6c004e88917e91e6c93669b058ac129521 /Changelog.md
parent258ae8927e21cddc18935e26b4184a833c85bda8 (diff)
parent1ac0090f31d12a720950991ab4e85710877effd1 (diff)
downloaddexon-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.md1
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: