diff options
author | chriseth <chris@ethereum.org> | 2018-07-09 23:56:53 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-09 23:56:53 +0800 |
commit | 4747ef26fb752c413bf64483070a6c30584b7287 (patch) | |
tree | 504fcf3fe297650cbc303425ba11b7789b4ec2df | |
parent | c1b67a845b7327e58ecf8fd8502750fbdb378e6e (diff) | |
download | dexon-solidity-4747ef26fb752c413bf64483070a6c30584b7287.tar.gz dexon-solidity-4747ef26fb752c413bf64483070a6c30584b7287.tar.zst dexon-solidity-4747ef26fb752c413bf64483070a6c30584b7287.zip |
Add backticks to changelog.
-rw-r--r-- | Changelog.md | 2 |
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. |