Add changelog entry.

This commit is contained in:
Nick Lewycky 2019-12-20 16:58:57 -08:00
parent c8e79178ee
commit a0739b6355

View File

@ -2,6 +2,7 @@
## **[Unreleased]**
- [#1095](https://github.com/wasmerio/wasmer/pull/1095) Update to cranelift 0.52.
- [#1092](https://github.com/wasmerio/wasmer/pull/1092) Add `get_utf8_string_with_nul` to `WasmPtr` to read nul-terminated strings from memory.
- [#1071](https://github.com/wasmerio/wasmer/pull/1071) Add support for non-trapping float-to-int conversions, enabled by default.