aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
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
---------