aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2018-09-20 18:10:11 +0800
committerGitHub <noreply@github.com>2018-09-20 18:10:11 +0800
commit420807b8713c434a9c5b14254075d595b89171e0 (patch)
treef1157c497bbf8e3b0550fb387d0352a2139b3178 /docs
parent28c9b5db6ab709c734c16da5e3a9da5cfb6f67e5 (diff)
parent9918018e96adb1727bf28ef04545060b0ef258dd (diff)
downloaddexon-solidity-420807b8713c434a9c5b14254075d595b89171e0.tar
dexon-solidity-420807b8713c434a9c5b14254075d595b89171e0.tar.gz
dexon-solidity-420807b8713c434a9c5b14254075d595b89171e0.tar.bz2
dexon-solidity-420807b8713c434a9c5b14254075d595b89171e0.tar.lz
dexon-solidity-420807b8713c434a9c5b14254075d595b89171e0.tar.xz
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.
Diffstat (limited to 'docs')
-rw-r--r--docs/050-breaking-changes.rst2
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
---------