From 76d3ccfc373d7dbdef97c049eba94e585c39e0a1 Mon Sep 17 00:00:00 2001 From: Roy Qu Date: Fri, 8 Mar 2024 09:06:37 +0800 Subject: [PATCH] update NEWS.md --- NEWS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS.md b/NEWS.md index 4b080631..257d791a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -37,6 +37,11 @@ Red Panda C++ Version 2.27 - enhancement: Windows installer Hi-DPI support. - fix: Delete/Insert in column editing mode. - enhancement: Issue #196 Support C++ using alias in syntax highlighting/code completion/function tips. + - enhancement: Support annonymous class + - fix: Using alias for global symbols are not correctly handled. + - enhancement: Support "enum struct" Scoped enumerations. + - fix: Function tips contains functions that not in the scope. + - fix: Hint for bold text () are not correctly handled in the function tips.