Skip to content

Commit f59943f

Browse files
authored
Merge pull request #12231 from ethereum/changelogEntry
Add missing changelog entry for new Yul EVM code transform.
2 parents 58688bd + 45b87d4 commit f59943f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Compiler Features:
1212
* SMTChecker: Report contract invariants and reentrancy properties. This can be enabled via the CLI option ``--model-checker-invariants`` or the Standard JSON option ``settings.modelChecker.invariants``.
1313
* Standard JSON: Accept nested brackets in step sequences passed to ``settings.optimizer.details.yulDetails.optimizerSteps``.
1414
* Standard JSON: Add ``settings.debug.debugInfo`` option for selecting how much extra debug information should be included in the produced EVM assembly and Yul code.
15+
* Yul EVM Code Transform: Switch to new optimized code transform when compiling via Yul with enabled optimizer.
1516
* Yul Optimizer: Take control-flow side-effects of user-defined functions into account in various optimizer steps.
1617

1718

0 commit comments

Comments
 (0)