Skip to content

Commit

Permalink
add changelog for v0.36.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbepop committed Sep 20, 2024
1 parent 624e6f5 commit b38cb60
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@ Additionally we have an `Internal` section for changes that are of interest to d

Dates in this file are formattes as `YYYY-MM-DD`.

## [`0.36.1`] - 2024-20-09

### Fixed

- Fixed `ref.is_null` translation constant propagation issue. [#1189]
- Fixed invalid overwrite of preserved local register. [#1177]
- Removed faulty `br_table` optimization.
- [Link to Commit](https://github.com/wasmi-labs/wasmi/commit/a646d27a4d69e73dffb30bf706bfb394dfa6a27f)
- Fix a few `clippy` warnings.

[#1177]: https://github.com/wasmi-labs/wasmi/pull/1177
[#1189]: https://github.com/wasmi-labs/wasmi/pull/1189

## [`0.36.0`] - 2024-07-24

### Added
Expand Down

0 comments on commit b38cb60

Please sign in to comment.