mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add backticks to changelog.
This commit is contained in:
parent
c1b67a845b
commit
4747ef26fb
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user