aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorhydai <z54981220@gmail.com>2018-09-19 01:09:16 +0800
committerhydai <z54981220@gmail.com>2018-09-19 22:01:15 +0800
commitb409faa675be96dda961b14eca9adde62be63263 (patch)
tree2c1bbc2c6af98066e71356cb0d09d8978cff67ba /Changelog.md
parent5f919d02abc21e17d533a18876eabdf1a91939f7 (diff)
downloaddexon-solidity-b409faa675be96dda961b14eca9adde62be63263.tar
dexon-solidity-b409faa675be96dda961b14eca9adde62be63263.tar.gz
dexon-solidity-b409faa675be96dda961b14eca9adde62be63263.tar.bz2
dexon-solidity-b409faa675be96dda961b14eca9adde62be63263.tar.lz
dexon-solidity-b409faa675be96dda961b14eca9adde62be63263.tar.xz
dexon-solidity-b409faa675be96dda961b14eca9adde62be63263.tar.zst
dexon-solidity-b409faa675be96dda961b14eca9adde62be63263.zip
Disallow uppercase X in hex number literals
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 7443a0c6..21de2ce6 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -41,6 +41,7 @@ Breaking Changes:
* Optimizer: Remove the no-op ``PUSH1 0 NOT AND`` sequence.
* Parser: Disallow trailing dots that are not followed by a number.
* Parser: Remove ``constant`` as function state mutability modifier.
+ * Parser: Disallow uppercase X in hex number literals
* Type Checker: Disallow assignments between tuples with different numbers of components. This was already the case in the experimental 0.5.0 mode.
* Type Checker: Disallow values for constants that are not compile-time constants. This was already the case in the experimental 0.5.0 mode.
* Type Checker: Disallow arithmetic operations for boolean variables.