From 5efe141423f678c14863f03798431fec103d47f6 Mon Sep 17 00:00:00 2001 From: "M.Amin Rayej" Date: Tue, 11 Jun 2024 19:07:57 +0330 Subject: [PATCH] update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 700d5292d14..cb2b79a010c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ Looking for changes that affect our C API? See the [C API Changelog](lib/c-api/C ## 4.3.2 - 11/06/2024 +This release mainly introduces the InstaBoot feature. Numerous bug fixes to the virtual-fs is also included, making it +more robust. Support for the execve syscall is also added to the runtime alongside the ability to spawn local wasm files. + ## Added - [#4819](https://github.com/wasmerio/wasmer/pull/4819) Add support for spawning local wasm files