Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
maminrayej committed Jul 16, 2024
1 parent 78e1f82 commit 2e8ea4b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,27 @@ Looking for changes that affect our C API? See the [C API Changelog](lib/c-api/C

## **Unreleased**

## 4.3.5 - 16/07/2024

## Added

- [#4930](https://github.com/wasmerio/wasmer/pull/4930) CLI: Add support for Secrets

## Changed

- [#4933](https://github.com/wasmerio/wasmer/pull/4933) CLI: Manually exit upon SIGINT reception
- [#4927](https://github.com/wasmerio/wasmer/pull/4927) Upgrade to Hyper 1.x
- [#4932](https://github.com/wasmerio/wasmer/pull/4932) Follow directory when deploying from create
- [#4928](https://github.com/wasmerio/wasmer/pull/4928) Prevent unnecessary panics when compiling on x86_64 CPUs that dont support AVX or SSE4.2
- [#4920](https://github.com/wasmerio/wasmer/pull/4920) Compile `wasmer-api` crate to `wasm32-unknown-unknown`

## Fixed

- [#4925](https://github.com/wasmerio/wasmer/pull/4925) Fix stack_low detection when data_end is above stack_pointer and stac…
- [#4929](https://github.com/wasmerio/wasmer/pull/4929) Fix indirect call to dynamic imported function



## 4.3.4 - 08/07/2024

This release contains a fix for the webc version resolution logic.
Expand Down

0 comments on commit 2e8ea4b

Please sign in to comment.