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