Skip to content

Commit b7ce492

Browse files
Move changelog entries to correct section
1 parent 41c3bd8 commit b7ce492

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Changelog.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ Bugfixes:
1010
### 0.8.31 (2025-12-03)
1111

1212
Language Features:
13-
* Yul: Introduce builtin `clz(x)` for counting the number of leading zero bits in a 256-bit word.
14-
15-
16-
Compiler Features:
1713
* Custom Storage Layout: Allow using `constant` state variables in the base slot expression.
1814
* DocString Parser: Warn about deprecation of inline assembly special comment `memory-safe-assembly`.
19-
* ethdebug: Experimental support for instructions and source locations under EOF.
20-
* EVM: Set default EVM Version to `osaka`.
2115
* Syntax Checker: Warn about deprecation of ABI coder v1.
2216
* Syntax Checker: Warn about deprecation of virtual modifiers.
2317
* Type Checker: Warn about deprecation of `send` and `transfer` functions on instances of `address`.
2418
* Type Checker: Warn about deprecation of comparisons between variables of contract types.
19+
* Yul: Introduce builtin `clz(x)` for counting the number of leading zero bits in a 256-bit word.
20+
21+
22+
Compiler Features:
23+
* ethdebug: Experimental support for instructions and source locations under EOF.
24+
* EVM: Set default EVM Version to `osaka`.
2525

2626

2727
Bugfixes:

0 commit comments

Comments
 (0)