diff options
author | Daniel Kirchner <daniel@ekpyron.org> | 2018-03-01 23:58:20 +0800 |
---|---|---|
committer | Daniel Kirchner <daniel@ekpyron.org> | 2018-03-01 23:58:55 +0800 |
commit | bd4c2b9bde02b94d367ad9af6e44b9434bb1bb93 (patch) | |
tree | d5e7c0cf5e6e016f6c0ab391d6cda49a2150978a /Changelog.md | |
parent | 9e3da89a7a0753e869b4668f9587385c9b37ba8d (diff) | |
download | dexon-solidity-bd4c2b9bde02b94d367ad9af6e44b9434bb1bb93.tar.gz dexon-solidity-bd4c2b9bde02b94d367ad9af6e44b9434bb1bb93.tar.zst dexon-solidity-bd4c2b9bde02b94d367ad9af6e44b9434bb1bb93.zip |
Deprecate using unit denominations in combination with hex numbers. Closes #3574.
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 e027e8ad..47e6c437 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. |