mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update Changelog.md
This commit is contained in:
parent
fc7d3f1357
commit
ef8292c6bb
@ -4,7 +4,7 @@ Features:
|
||||
* Code Generator: Prevent non-view functions in libraries from being called
|
||||
directly (as opposed to via delegatecall).
|
||||
* Commandline interface: Support strict mode of assembly (disallowing jumps,
|
||||
instructional opcodes, etc) with the ``--strict--assembly`` switch.
|
||||
instructional opcodes, etc) with the ``--strict-assembly`` switch.
|
||||
* Inline Assembly: Issue warning for using jump labels (already existed for jump instructions).
|
||||
* Inline Assembly: Support some restricted tokens (return, byte, address) as identifiers in Iulia mode.
|
||||
* Optimiser: Replace ``x % 2**i`` by ``x & (2**i-1)``.
|
||||
|
Loading…
Reference in New Issue
Block a user