Update NEWS.md

This commit is contained in:
Roy Qu 2024-03-05 21:30:36 +08:00
parent f7514e424e
commit 0e77ed10c7
1 changed files with 3 additions and 1 deletions

View File

@ -31,7 +31,9 @@ Red Panda C++ Version 2.27
- fix: "float" in #include "float.h" is wrong syntax colored.
- enhancement: Unify syntax color for #include header name
- enhancement: Issue #229 Press Enter/Return in the tree view in files panel will open the file.
- enhancement: Internal optimization for open/edit files.
- enhancement: Internal optimization for loading/editing files.
- enhancement: Show space glyphs in C/C++ char literals.
- enhancement: Optimization for string/raw string/char literal status check while completing symbols in c/c++ files.
Red Panda C++ Version 2.26
- enhancement: Code suggestion for embedded std::vectors.