Add changelog entry for wasitest update

This commit is contained in:
Mark McCaskey 2020-03-16 12:45:26 -07:00
parent 228c5baa53
commit f78b41a269

View File

@ -2,6 +2,7 @@
## **[Unreleased]**
- [#1300](https://github.com/wasmerio/wasmer/pull/1300) Add support for multiple versions of WASI tests: wasitests now test all versions of WASI.
- [#1285](https://github.com/wasmerio/wasmer/pull/1285) Greatly improve errors in `wasmer-interface-types`
- [#1283](https://github.com/wasmerio/wasmer/pull/1283) Workaround for floating point arguments and return values in `DynamicFunc`s.