aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-07-09 23:56:53 +0800
committerGitHub <noreply@github.com>2018-07-09 23:56:53 +0800
commit4747ef26fb752c413bf64483070a6c30584b7287 (patch)
tree504fcf3fe297650cbc303425ba11b7789b4ec2df /Changelog.md
parentc1b67a845b7327e58ecf8fd8502750fbdb378e6e (diff)
downloaddexon-solidity-4747ef26fb752c413bf64483070a6c30584b7287.tar
dexon-solidity-4747ef26fb752c413bf64483070a6c30584b7287.tar.gz
dexon-solidity-4747ef26fb752c413bf64483070a6c30584b7287.tar.bz2
dexon-solidity-4747ef26fb752c413bf64483070a6c30584b7287.tar.lz
dexon-solidity-4747ef26fb752c413bf64483070a6c30584b7287.tar.xz
dexon-solidity-4747ef26fb752c413bf64483070a6c30584b7287.tar.zst
dexon-solidity-4747ef26fb752c413bf64483070a6c30584b7287.zip
Add backticks to changelog.
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md
index 0cb41ce4..304f70ea 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -25,7 +25,7 @@ Breaking Changes:
``sizeof``, ``supports``, ``typedef`` and ``unchecked``.
* General: Remove assembly instruction aliases ``sha3`` and ``suicide``
* General: C99-style scoping rules are enforced now. This was already the case in the experimental 0.5.0 mode.
- * General: Disallow combining hex numbers with unit denominations (e.g. 0x1e wei). This was already the case in the experimental 0.5.0 mode.
+ * General: Disallow combining hex numbers with unit denominations (e.g. ``0x1e wei``). This was already the case in the experimental 0.5.0 mode.
* Optimizer: Remove the no-op ``PUSH1 0 NOT AND`` sequence.
* Parser: Disallow trailing dots that are not followed by a number.
* Parser: Remove ``constant`` as function state mutability modifer.