From 20af25e69bd92368ea9062f3fd933538aaab2b53 Mon Sep 17 00:00:00 2001 From: Mark McCaskey Date: Mon, 11 May 2020 13:50:01 -0700 Subject: [PATCH] Create 0.17.0 section in CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e6792196..cfc896b1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)