diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2018-09-20 18:10:11 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-20 18:10:11 +0800 |
commit | 420807b8713c434a9c5b14254075d595b89171e0 (patch) | |
tree | f1157c497bbf8e3b0550fb387d0352a2139b3178 | |
parent | 28c9b5db6ab709c734c16da5e3a9da5cfb6f67e5 (diff) | |
parent | 9918018e96adb1727bf28ef04545060b0ef258dd (diff) | |
download | dexon-solidity-420807b8713c434a9c5b14254075d595b89171e0.tar.gz dexon-solidity-420807b8713c434a9c5b14254075d595b89171e0.tar.zst dexon-solidity-420807b8713c434a9c5b14254075d595b89171e0.zip |
Merge pull request #5031 from ethereum/hexLitCapital050
[DOCS] Explain that ``0X`` is disallowed in changes documentation.
-rw-r--r-- | docs/050-breaking-changes.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/050-breaking-changes.rst b/docs/050-breaking-changes.rst index 7b5acd89..5a7add5d 100644 --- a/docs/050-breaking-changes.rst +++ b/docs/050-breaking-changes.rst @@ -198,6 +198,8 @@ Literals and Suffixes * Combining hex numbers with unit denominations (e.g. ``0x1e wei``) is now disallowed. +* The prefix ``0X`` for hex numbers is disallowed, only ``0x`` is possible. + Variables --------- |