diff options
author | chriseth <chris@ethereum.org> | 2018-11-28 18:30:00 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-11-28 18:30:00 +0800 |
commit | 69dcf1a5f78ce6caf1c78012e599d7a1f08a6877 (patch) | |
tree | cd9c076319f21d55f01ab908429757ccf098a718 /Changelog.md | |
parent | 105898b81b54a19335b81239f99a7c5b5d909be5 (diff) | |
download | dexon-solidity-69dcf1a5f78ce6caf1c78012e599d7a1f08a6877.tar dexon-solidity-69dcf1a5f78ce6caf1c78012e599d7a1f08a6877.tar.gz dexon-solidity-69dcf1a5f78ce6caf1c78012e599d7a1f08a6877.tar.bz2 dexon-solidity-69dcf1a5f78ce6caf1c78012e599d7a1f08a6877.tar.lz dexon-solidity-69dcf1a5f78ce6caf1c78012e599d7a1f08a6877.tar.xz dexon-solidity-69dcf1a5f78ce6caf1c78012e599d7a1f08a6877.tar.zst dexon-solidity-69dcf1a5f78ce6caf1c78012e599d7a1f08a6877.zip |
Changelog entry.
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 876182cc..f20d1d9c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -11,6 +11,7 @@ Compiler Features: * SMTChecker: Support ``msg``, ``tx`` and ``block`` member variables. * SMTChecker: Support ``gasleft()`` and ``blockhash()`` functions. * SMTChecker: Support internal bound function calls. + * Yul: Support Yul objects in ``--assemble`` and ``--yul`` commandline options. Bugfixes: |