From 2b029bc4cbe133ee586d0f26eedba80a9a1e79d1 Mon Sep 17 00:00:00 2001 From: Roy Qu Date: Thu, 2 May 2024 17:10:52 +0800 Subject: [PATCH] update NEWS.md --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index b536251d..757008a0 100644 --- a/NEWS.md +++ b/NEWS.md @@ -155,6 +155,8 @@ Red Panda C++ Version 2.27 - enhancement: New code format option: "Remove superfluous spaces" - change: Remove code format option: "Delete continuous empty lines" - fix: Current editor wouldn't get parsed, when it's switched from another editor being parsed. + - enhancement: Support macro in #include preprocessing statements. + - fix: In options -> code format -> Program, Choose astyle path button doesn't work. Red Panda C++ Version 2.26 - enhancement: Code suggestion for embedded std::vectors.