From e65425c7ddf4e526ee34670a6db63c7e195710d9 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Mon, 7 Jun 2021 10:49:42 +0200 Subject: [PATCH] doc(changelog) Add #2386. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9120d182bce..34250f89964 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ Looking for changes that affect our C API? See the [C API Changelog](lib/c-api/C ## 2.0.0-rc2 - 2020/06/03 ### Fixed +- [#2386](https://github.com/wasmerio/wasmer/pull/2386) Handle properly when a module has no exported functions in the CLI. - [#2383](https://github.com/wasmerio/wasmer/pull/2383) Fix bugs in the Wasmer CLI tool with the way `--version` and the name of the CLI tool itself were printed. ## 2.0.0-rc1 - 2020/06/02