doc(changelog) Add #1285.

This commit is contained in:
Ivan Enderlin 2020-03-10 16:07:07 +01:00
parent 7d6bc577b7
commit 4ffb158f14

View File

@ -2,6 +2,7 @@
## **[Unreleased]**
- [#1285](https://github.com/wasmerio/wasmer/pull/1285) Greatly improve errors in `wasmer-interface-types`
- [#1284](https://github.com/wasmerio/wasmer/pull/1284) Implement string and memory instructions in `wasmer-interface-types`
- [#1272](https://github.com/wasmerio/wasmer/pull/1272) Fix off-by-one error bug when accessing memory with a `WasmPtr` that contains the last valid byte of memory. Also changes the behavior of `WasmPtr<T, Array>` with a length of 0 and `WasmPtr<T>` where `std::mem::size_of::<T>()` is 0 to always return `None`