From 4ca4f7913b47251836173d86c5c2ab815dc93463 Mon Sep 17 00:00:00 2001 From: Wenyong Huang Date: Fri, 7 Apr 2023 07:12:02 +0800 Subject: [PATCH] Update release notes (#2113) --- RELEASE_NOTES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 0dd38fe3fc..0684d48050 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -114,6 +114,8 @@ - Support dump call stack on exception and dump call stack on nuttx - Update document for source debugging - Document some info about estimating memory usage +- Document the summary of two pthread implementations +- Refine aot compiler check suspend_flags and fix issue of multi-tier jit ### Others - Enable XIP in CI daily test @@ -123,6 +125,7 @@ - Enable CI wasi test suite for x86-32 classic/fast interpreter - CI: Enable libc-wasi compilation test on NuttX - CI: Enable Multi-tier JIT by default for released iwasm binary +- Enable CI build for gcc 4.8 on linux ---