diff options
author | chriseth <chris@ethereum.org> | 2018-11-28 18:33:29 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-28 18:33:29 +0800 |
commit | 7cbf04686442b44b41d7b24800edb8444db31092 (patch) | |
tree | 01df06aea5ea6845f8bf54f93e6efef335c06b72 /Changelog.md | |
parent | bc7cb301e3d71756c8fbefe888aca53433302117 (diff) | |
parent | 69dcf1a5f78ce6caf1c78012e599d7a1f08a6877 (diff) | |
download | dexon-solidity-7cbf04686442b44b41d7b24800edb8444db31092.tar.gz dexon-solidity-7cbf04686442b44b41d7b24800edb8444db31092.tar.zst dexon-solidity-7cbf04686442b44b41d7b24800edb8444db31092.zip |
Merge pull request #5358 from ethereum/yulObjects
[Yul] Yul objects parser
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 bed3ab36..a90580bc 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: |