From 4341ab9cd75220826aa1f1c41fa362cc817bdeb0 Mon Sep 17 00:00:00 2001 From: Wenyong Huang Date: Sat, 20 Apr 2024 09:46:36 +0800 Subject: [PATCH] remove duplicated commit log in release notes --- RELEASE_NOTES.md | 1 - 1 file changed, 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 85288356a..0721fc638 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -33,7 +33,6 @@ - posix_file.c: Correct the dirfd argument that passes to fstatat (#3244) - Fix compilation errors on zephyr platform (#3255) - Fix dynamic offset not updated in op_br for block with ret type (#3269) -- nuttx: Migrate NuttX CMake build for WAMR (#3256) - aot debug: Fix a NULL dereference (#3274) - thread mgr: Free aux stack only when it was allocated (#3282) - interp: Restore context from prev_frame after tail calling a native function (#3283)