From 150babb54c5d73866a08cda6b3e4ca8c52ea6ae4 Mon Sep 17 00:00:00 2001 From: SpecterShell <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 10 Jun 2022 00:43:23 +0800 Subject: [PATCH] Fix duplicate entries in CHANGELOG --- CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e78af83e04..259c9889c7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,10 +23,8 @@ Looking for changes that affect our C API? See the [C API Changelog](lib/c-api/C - [#2802](https://github.com/wasmerio/wasmer/pull/2802) Support Dylib engine with Singlepass - [#2836](https://github.com/wasmerio/wasmer/pull/2836) Improve TrapInformation data stored at runtime - [#2864](https://github.com/wasmerio/wasmer/pull/2864) `wasmer-cli`: remove wasi-experimental-io-devices from default builds -- #2864 wasmer-cli: remove wasi-experimental-io-devices from default builds - [#2933](https://github.com/wasmerio/wasmer/pull/2933) Rename NativeFunc to TypedFunction. -### Changed -- #2868 Removed loupe crate dependency +- [#2868](https://github.com/wasmerio/wasmer/pull/2868) Removed loupe crate dependency ### Fixed - [#2829](https://github.com/wasmerio/wasmer/pull/2829) Improve error message oriented from JS object.