Create 0.17.0 section in CHANGELOG.md

This commit is contained in:
Mark McCaskey 2020-05-11 13:50:01 -07:00
parent 6d01b7f891
commit 20af25e69b

View File

@ -2,6 +2,8 @@
## **[Unreleased]**
## 0.17.0 - 2020-05-11
- [#1401](https://github.com/wasmerio/wasmer/pull/1401) Make breaking change to `RuntimeError`: `RuntimeError` is now more explicit about its possible error values allowing for better insight into why a call into Wasm failed.
- [#1382](https://github.com/wasmerio/wasmer/pull/1382) Refactored test infranstructure (part 2)
- [#1380](https://github.com/wasmerio/wasmer/pull/1380) Refactored test infranstructure (part 1)