Explain that `0X` is disallowed in changes documentation.

This commit is contained in:
chriseth 2018-09-20 11:09:27 +02:00
parent 2150aea344
commit 9918018e96

View File

@ -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
---------