From 36f0ff634bdb9888421f12a2cffa6ba2d6893d6a Mon Sep 17 00:00:00 2001 From: YAMAMOTO Yuji Date: Wed, 18 Mar 2020 11:31:17 +0900 Subject: [PATCH] Add https://github.com/wasmerio/wasmer/pull/1292 to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dcbf5438fe..7e7a7cf4a76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## **[Unreleased]** +- [#1292](https://github.com/wasmerio/wasmer/pull/1292) Experimental Support for Android (x86_64 and AArch64) - [#1305](https://github.com/wasmerio/wasmer/pull/1305) Handle panics from DynamicFunc. - [#1301](https://github.com/wasmerio/wasmer/pull/1301) Update supported stable Rust version to 1.41.1. - [#1300](https://github.com/wasmerio/wasmer/pull/1300) Add support for multiple versions of WASI tests: wasitests now test all versions of WASI.