diff options
author | chriseth <chris@ethereum.org> | 2017-09-20 20:45:06 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-20 20:45:06 +0800 |
commit | 2adeb26d4396d94b322aeeef98bfb679a7cbce27 (patch) | |
tree | 76cfdaa435756490590c15e4085e637ca4a24964 /Changelog.md | |
parent | c0b3e5b0785efd1b601cff470d3e3d4a71b2c283 (diff) | |
parent | e14ab959f928c0a058b7b46d6ba4ee30e7ec08b7 (diff) | |
download | dexon-solidity-2adeb26d4396d94b322aeeef98bfb679a7cbce27.tar.gz dexon-solidity-2adeb26d4396d94b322aeeef98bfb679a7cbce27.tar.zst dexon-solidity-2adeb26d4396d94b322aeeef98bfb679a7cbce27.zip |
Merge pull request #2924 from ethereum/inlineasm-assign-multi
Support multiple assignment in inline assembly
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 f1b1a19c..9c623805 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,7 @@ Features: * Support ``pragma experimental "v0.5.0";`` to turn on upcoming breaking changes. + * Assembly Parser: Support multiple assignment (``x, y := f()``). * Code Generator: Added ``.selector`` member on external function types to retrieve their signature. * Code Generator: Keep a single copy of encoding functions when using the experimental "ABIEncoderV2". * Optimizer: Add new optimization step to remove unused ``JUMPDEST``s. |