aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-03-02 18:11:16 +0800
committerGitHub <noreply@github.com>2018-03-02 18:11:16 +0800
commitf78d6a9a1ed623c4217762502532b3ceeef3cce8 (patch)
tree5e2b3b0e299b7f7056f960fd16f784dd2252b9af /Changelog.md
parentc9840c98f45e6fa9258ec4624219622f5f71c75c (diff)
parent454b470ceed799cb22ceaef6ea2b0bbea7165df9 (diff)
downloaddexon-solidity-f78d6a9a1ed623c4217762502532b3ceeef3cce8.tar.gz
dexon-solidity-f78d6a9a1ed623c4217762502532b3ceeef3cce8.tar.zst
dexon-solidity-f78d6a9a1ed623c4217762502532b3ceeef3cce8.zip
Merge pull request #3628 from ethereum/literalsHexUnit
Deprecate using unit denominations in combination with hex numbers.
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 4262f839..a28538ed 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -9,6 +9,7 @@ Features:
* Syntax Analyser: Do not warn about experimental features if they do not concern code generation.
* Syntax Checker: Mark ``throw`` as an error as experimental 0.5.0 feature.
* Syntax Checker: Issue error if no visibility is specified on contract functions as experimental 0.5.0 feature.
+ * Type Checker: disallow combining hex numbers and unit denominations as experimental 0.5.0 feature.
Bugfixes:
* Assembly: Raise error on oversized number literals in assembly.