diff options
author | chriseth <chris@ethereum.org> | 2018-09-20 17:09:27 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-09-20 17:09:27 +0800 |
commit | 9918018e96adb1727bf28ef04545060b0ef258dd (patch) | |
tree | 8f00baacdc2aabd9ec6f880ccffbdb9898d0010e /docs/050-breaking-changes.rst | |
parent | 2150aea344c259eb6541cb3617e7ae0f3d3381dd (diff) | |
download | dexon-solidity-9918018e96adb1727bf28ef04545060b0ef258dd.tar.gz dexon-solidity-9918018e96adb1727bf28ef04545060b0ef258dd.tar.zst dexon-solidity-9918018e96adb1727bf28ef04545060b0ef258dd.zip |
Explain that ``0X`` is disallowed in changes documentation.
Diffstat (limited to 'docs/050-breaking-changes.rst')
-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 --------- |