doc(changelog) Add #1028.

This commit is contained in:
Ivan Enderlin 2019-12-02 15:41:46 +01:00
parent 7f3680c27a
commit 8df0591ee5

View File

@ -2,6 +2,7 @@
## **[Unreleased]**
- [#1028](https://github.com/wasmerio/wasmer/pull/1028) Fix `get_wasi_version` when a module has multiple import namespaces.
- [#1006](https://github.com/wasmerio/wasmer/pull/1006) Fix minor panic issue when `wasmer::compile_with` called with llvm backend
- [#1009](https://github.com/wasmerio/wasmer/pull/1009) Enable LLVM verifier for all tests, add new llvm-backend-tests crate.
- [#1004](https://github.com/wasmerio/wasmer/pull/1004) Add the Auto backend to enable to adapt backend usage depending on wasm file executed.