Skip to content

Commit

Permalink
Sort changelog and add release date for 0.8.25 (#14939)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikola-matic committed Mar 14, 2024
1 parent b0ffccc commit b61c2a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Changelog.md
@@ -1,12 +1,9 @@
### 0.8.25 (unreleased)

Language Features:

### 0.8.25 (2023-03-14)

Compiler Features:
* Code Generator: Use ``MCOPY`` instead of ``MLOAD``/``MSTORE`` loop when copying byte arrays.
* Yul Analyzer: Emit transient storage warning only for the first occurrence of ``tstore``.
* EVM: Set default EVM version to ``cancun``.
* Yul Analyzer: Emit transient storage warning only for the first occurrence of ``tstore``.


Bugfixes:
Expand Down
4 changes: 4 additions & 0 deletions docs/bugs_by_version.json
Expand Up @@ -1890,6 +1890,10 @@
"bugs": [],
"released": "2024-01-25"
},
"0.8.25": {
"bugs": [],
"released": "2023-03-14"
},
"0.8.3": {
"bugs": [
"FullInlinerNonExpressionSplitArgumentEvaluationOrder",
Expand Down

0 comments on commit b61c2a9

Please sign in to comment.