Skip to content

Commit 48835b3

Browse files
committed
Changelog: Add missing entry for the 0.8.13 PR that caps the returndata copied for static returns
1 parent f917249 commit 48835b3

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
@@ -83,6 +83,7 @@ Compiler Features:
8383
* Language Server: Implements goto-definition.
8484
* Peephole Optimizer: Optimize comparisons in front of conditional jumps and conditional jumps across a single unconditional jump.
8585
* Yul EVM Code Transform: Avoid unnecessary ``pop``s on terminating control flow.
86+
* Yul IR Code Generation: When the result of an external call is statically-sized, ignore any returndata past the size expected by the compiler.
8687
* Yul Optimizer: Remove ``sstore`` and ``mstore`` operations that are never read from.
8788

8889

0 commit comments

Comments
 (0)