doc(changelog) Add #1331.

This commit is contained in:
Ivan Enderlin 2020-04-06 09:40:03 +02:00
parent 4d33020b35
commit 4ba5d6e4ab

View File

@ -2,6 +2,7 @@
## **[Unreleased]**
- [#1331](https://github.com/wasmerio/wasmer/pull/1331) Implement the `record` type and instrutions for WIT
- [#1345](https://github.com/wasmerio/wasmer/pull/1345) Adding ARM testing in Azure Pipelines
- [#1335](https://github.com/wasmerio/wasmer/pull/1335) Change mutability of `memory` to `const` in `wasmer_memory_data_length` in the C API
- [#1329](https://github.com/wasmerio/wasmer/pull/1329) New numbers and strings instructions for WIT