doc(changelog) Add #1029.

This commit is contained in:
Ivan Enderlin 2019-12-02 15:55:38 +01:00
parent a79beede72
commit c916f0edaa

View File

@ -2,6 +2,7 @@
## **[Unreleased]**
- [#1029](https://github.com/wasmerio/wasmer/pull/1029) Add the “floating” `WasiVersion::Latest` version.
- [#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.