File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,18 +10,18 @@ Bugfixes:
1010### 0.8.31 (2025-12-03)
1111
1212Language 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
2727Bugfixes:
You can’t perform that action at this time.
0 commit comments