From c02ef208ddebca7fb9ce993928f58cb671fe621e Mon Sep 17 00:00:00 2001 From: Syrus Akbary Date: Tue, 30 Nov 2021 21:02:28 +0100 Subject: [PATCH] Added change into changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7eadb220db..315e434f8fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ Looking for changes that affect our C API? See the [C API Changelog](lib/c-api/C - [#2427](https://github.com/wasmerio/wasmer/pull/2427) Wasmer can now compile to Javascript via `wasm-bindgen`. Use the `js-default` (and no default features) feature to try it!. - [#2436](https://github.com/wasmerio/wasmer/pull/2436) Added the x86-32 bit variant support to LLVM compiler. - [#2499](https://github.com/wasmerio/wasmer/pull/2499) Added a subcommand to linux wasmer-cli to register wasmer with binfmt_misc - +- [#2701](https://github.com/wasmerio/wasmer/pull/2701) Improved VFS API for usage from JS ### Changed - [#2460](https://github.com/wasmerio/wasmer/pull/2460) **breaking change** `wasmer` API usage with `no-default-features` requires now the `sys` feature to preserve old behavior.