diff --git a/CHANGELOG.md b/CHANGELOG.md index f6272b50b..5c55fae80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,6 @@ Looking for changes that affect our C API? See the [C API Changelog](lib/c-api/C ## **[Unreleased]** ### Changed -- [#2478](https://github.com/wasmerio/wasmer/pull/2478) Rename `traps` input to `wasm_instance_new()` to `trap`. - - [#2427](https://github.com/wasmerio/wasmer/pull/2427) Update `loupe` to 0.1.3. ### Fixed diff --git a/lib/c-api/CHANGELOG.md b/lib/c-api/CHANGELOG.md index 140e63793..e8a5bc5e4 100644 --- a/lib/c-api/CHANGELOG.md +++ b/lib/c-api/CHANGELOG.md @@ -11,6 +11,9 @@ Looking for changes to the Wasmer CLI and the Rust API? See our [Primary Changel ### Added - [#2449](https://github.com/wasmerio/wasmer/pull/2449) Configure `soname`, `install_name`, `out-implib`, etc. +### Changed +- [#2478](https://github.com/wasmerio/wasmer/pull/2478) Rename `traps` input to `wasm_instance_new()` to `trap`. + ### Fixed - [#2444](https://github.com/wasmerio/wasmer/pull/2444) Trap's messages are always null terminated.