diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2018-06-13 01:42:12 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2018-06-14 07:09:00 +0800 |
commit | ba2a7294d87e8f86d00ddf2755013e96cc320485 (patch) | |
tree | cfa475d39c8da51431faebef880ead82b9298001 /Changelog.md | |
parent | 014bbc6c97a4abdf8eed5d0273d00c80308e355d (diff) | |
download | dexon-solidity-ba2a7294d87e8f86d00ddf2755013e96cc320485.tar dexon-solidity-ba2a7294d87e8f86d00ddf2755013e96cc320485.tar.gz dexon-solidity-ba2a7294d87e8f86d00ddf2755013e96cc320485.tar.bz2 dexon-solidity-ba2a7294d87e8f86d00ddf2755013e96cc320485.tar.lz dexon-solidity-ba2a7294d87e8f86d00ddf2755013e96cc320485.tar.xz dexon-solidity-ba2a7294d87e8f86d00ddf2755013e96cc320485.tar.zst dexon-solidity-ba2a7294d87e8f86d00ddf2755013e96cc320485.zip |
Renamed the --julia CLI option to --yul
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 61a6c693..3199f562 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,7 @@ Breaking Changes: * ABI Encoder: Properly pad data from calldata (``msg.data`` and external function parameters). Use ``abi.encodePacked`` for unpadded encoding. * Code Generator: Signed right shift uses proper arithmetic shift, i.e. rounding towards negative infinity. Warning: this may silently change the semantics of existing code! * Commandline interface: Remove obsolete ``--formal`` option. + * Commandline interface: Rename the ``--julia`` option to ``--yul``. * Commandline interface: Require ``-`` if standard input is used as source. * General: ``continue`` in a ``do...while`` loop jumps to the condition (it used to jump to the loop body). Warning: this may silently change the semantics of existing code. * General: Disallow ``sha3`` and ``suicide`` aliases. |