diff options
author | chriseth <chris@ethereum.org> | 2018-02-14 05:43:20 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-14 05:43:20 +0800 |
commit | ef8292c6bb337d3c4b27836da6732b85021d1c5d (patch) | |
tree | 7ddb56e276c74db30671eb17ffdde5eda027142d | |
parent | fc7d3f1357641d32879df975185d908dd308a95a (diff) | |
download | dexon-solidity-ef8292c6bb337d3c4b27836da6732b85021d1c5d.tar.gz dexon-solidity-ef8292c6bb337d3c4b27836da6732b85021d1c5d.tar.zst dexon-solidity-ef8292c6bb337d3c4b27836da6732b85021d1c5d.zip |
Update Changelog.md
-rw-r--r-- | Changelog.md | 2 |
1 files changed, 1 insertions, 1 deletions
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)``. |