From d05a683bf5d4cbdc4a0acc823cd47b6f356961b8 Mon Sep 17 00:00:00 2001 From: Wolfgang Silbermayr Date: Mon, 8 Aug 2022 11:54:36 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd0036bb39c..da4666124c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,9 +11,9 @@ Looking for changes that affect our C API? See the [C API Changelog](lib/c-api/C ### Added ### Changed +- #[3079](https://github.com/wasmerio/wasmer/pull/3079) Migrate CLI tools to `clap` from `structopt` - [#3048](https://github.com/wasmerio/wasmer/pull/3048) Automatically publish wasmer as "cloudcompiler" package to wapm.dev on every release - [#3075](https://github.com/wasmerio/wasmer/pull/3075) Remove __wbindgen_thread_id - - [#3072](https://github.com/wasmerio/wasmer/pull/3072) Add back `Function::*_with_env(…)` functions ### Fixed