File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
- ### 0.8.25 (unreleased)
2
-
3
- Language Features:
4
-
1
+ ### 0.8.25 (2023-03-14)
5
2
6
3
Compiler Features:
7
4
* Code Generator: Use `` MCOPY `` instead of `` MLOAD `` /`` MSTORE `` loop when copying byte arrays.
8
- * Yul Analyzer: Emit transient storage warning only for the first occurrence of `` tstore `` .
9
5
* EVM: Set default EVM version to `` cancun `` .
6
+ * Yul Analyzer: Emit transient storage warning only for the first occurrence of `` tstore `` .
10
7
11
8
12
9
Bugfixes:
Original file line number Diff line number Diff line change 1890
1890
"bugs" : [],
1891
1891
"released" : " 2024-01-25"
1892
1892
},
1893
+ "0.8.25" : {
1894
+ "bugs" : [],
1895
+ "released" : " 2023-03-14"
1896
+ },
1893
1897
"0.8.3" : {
1894
1898
"bugs" : [
1895
1899
" FullInlinerNonExpressionSplitArgumentEvaluationOrder" ,
You can’t perform that action at this time.
0 commit comments