From ef8292c6bb337d3c4b27836da6732b85021d1c5d Mon Sep 17 00:00:00 2001 From: chriseth Date: Tue, 13 Feb 2018 22:43:20 +0100 Subject: Update Changelog.md --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 0ef6754e..b2e88eca 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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)``. -- cgit v1.2.3