Skip to content

Commit

Permalink
docs: correct changelog for version 0.8.25
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbaliasnikov committed May 28, 2024
1 parent fcb9914 commit 9edb28a
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
### solc v0.8.25-legacy for zkVM - revision 1.0.0 - Legacy edition
### 0.8.25 for ZKsync - revision 1.0.1 - Legacy edition (2024-05-20)

Bugfixes:
* Fix nested try-catch lowering.


### 0.8.25 for ZKsync - revision 1.0.0 - Legacy edition (2024-01-16)

This release has changes in the lowering of EVM assembly in order to get the ZKsync's translator (targeting LLVM IR) to work correctly.

Expand All @@ -11,7 +17,7 @@ Changed:
* Minor changes in the control-flow when lowering a try-catch block


### 0.8.25 (2023-03-14)
### 0.8.25 (2024-03-14)

Compiler Features:
* Code Generator: Use ``MCOPY`` instead of ``MLOAD``/``MSTORE`` loop when copying byte arrays.
Expand Down Expand Up @@ -2725,4 +2731,4 @@ Bugfixes:
* Bugfix: Correctly initialise `string` and `bytes` state variables.
* Bugfix: Correctly compute gas requirements for callcode.

### 0.1.0 (2015-07-10)
### 0.1.0 (2015-07-10)

0 comments on commit 9edb28a

Please sign in to comment.