Skip to content

Commit ef8292c

Browse files
authored
Update Changelog.md
1 parent fc7d3f1 commit ef8292c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Features:
44
* Code Generator: Prevent non-view functions in libraries from being called
55
directly (as opposed to via delegatecall).
66
* Commandline interface: Support strict mode of assembly (disallowing jumps,
7-
instructional opcodes, etc) with the ``--strict--assembly`` switch.
7+
instructional opcodes, etc) with the ``--strict-assembly`` switch.
88
* Inline Assembly: Issue warning for using jump labels (already existed for jump instructions).
99
* Inline Assembly: Support some restricted tokens (return, byte, address) as identifiers in Iulia mode.
1010
* Optimiser: Replace ``x % 2**i`` by ``x & (2**i-1)``.

0 commit comments

Comments
 (0)