aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-02-14 05:43:20 +0800
committerGitHub <noreply@github.com>2018-02-14 05:43:20 +0800
commitef8292c6bb337d3c4b27836da6732b85021d1c5d (patch)
tree7ddb56e276c74db30671eb17ffdde5eda027142d /Changelog.md
parentfc7d3f1357641d32879df975185d908dd308a95a (diff)
downloaddexon-solidity-ef8292c6bb337d3c4b27836da6732b85021d1c5d.tar
dexon-solidity-ef8292c6bb337d3c4b27836da6732b85021d1c5d.tar.gz
dexon-solidity-ef8292c6bb337d3c4b27836da6732b85021d1c5d.tar.bz2
dexon-solidity-ef8292c6bb337d3c4b27836da6732b85021d1c5d.tar.lz
dexon-solidity-ef8292c6bb337d3c4b27836da6732b85021d1c5d.tar.xz
dexon-solidity-ef8292c6bb337d3c4b27836da6732b85021d1c5d.tar.zst
dexon-solidity-ef8292c6bb337d3c4b27836da6732b85021d1c5d.zip
Update Changelog.md
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md2
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)``.