diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2018-01-06 07:09:29 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2018-01-06 11:28:12 +0800 |
commit | bc1fffb42f40596af962490a775143460440d583 (patch) | |
tree | 240b3a2e50b1c66384cc923c0c1b0341b9b09112 /Changelog.md | |
parent | c269a12c5ed6fc243e0efd68902f0a0db71fb618 (diff) | |
download | dexon-solidity-bc1fffb42f40596af962490a775143460440d583.tar.gz dexon-solidity-bc1fffb42f40596af962490a775143460440d583.tar.zst dexon-solidity-bc1fffb42f40596af962490a775143460440d583.zip |
Support --strict-assembly in CLI
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 9846023c..1c279dfb 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,7 @@ ### 0.4.20 (unreleased) Features: + * Commandline interface: Support strict mode of assembly with the ``--strict--assembly`` switch. * Limit the number of warnings raised for creating abstract contracts. * 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 Julia mode. |