aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-11-28 18:33:29 +0800
committerGitHub <noreply@github.com>2018-11-28 18:33:29 +0800
commit7cbf04686442b44b41d7b24800edb8444db31092 (patch)
tree01df06aea5ea6845f8bf54f93e6efef335c06b72 /Changelog.md
parentbc7cb301e3d71756c8fbefe888aca53433302117 (diff)
parent69dcf1a5f78ce6caf1c78012e599d7a1f08a6877 (diff)
downloaddexon-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.md1
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: