We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0ffccc commit b61c2a9Copy full SHA for b61c2a9
Changelog.md
@@ -1,12 +1,9 @@
1
-### 0.8.25 (unreleased)
2
-
3
-Language Features:
4
+### 0.8.25 (2023-03-14)
5
6
Compiler Features:
7
* 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
* EVM: Set default EVM version to ``cancun``.
+ * Yul Analyzer: Emit transient storage warning only for the first occurrence of ``tstore``.
10
11
12
Bugfixes:
docs/bugs_by_version.json
@@ -1890,6 +1890,10 @@
1890
"bugs": [],
1891
"released": "2024-01-25"
1892
},
1893
+ "0.8.25": {
1894
+ "bugs": [],
1895
+ "released": "2023-03-14"
1896
+ },
1897
"0.8.3": {
1898
"bugs": [
1899
"FullInlinerNonExpressionSplitArgumentEvaluationOrder",
0 commit comments