From dc818d06fdcea5d29734aeebdec956efb143a2ae Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Fri, 22 Nov 2019 17:16:25 -0800 Subject: [PATCH] Add changelog entry. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e99bc60d32..cfd4d2dbec9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ ## 0.11.0 - 2019-11-22 +- [#1009](https://github.com/wasmerio/wasmer/pull/1009) Enable LLVM verifier for all tests, add new llvm-backend-tests crate. - [#713](https://github.com/wasmerio/wasmer/pull/713) Add AArch64 support for singlepass. - [#995](https://github.com/wasmerio/wasmer/pull/995) Detect when a global is read without being initialized (emit a proper error instead of panicking) - [#996](https://github.com/wasmerio/wasmer/pull/997) Refactored spectests, emtests and wasitests to use default compiler logic