update NEWS.md

This commit is contained in:
Roy Qu 2024-04-06 09:30:51 +08:00
parent 8c6cef0ad9
commit 0db67a2688
1 changed files with 1 additions and 0 deletions

View File

@ -121,6 +121,7 @@ Red Panda C++ Version 2.27
- fix: Can't save changes in project options -> compiler set , after base compiler set was changed. - fix: Can't save changes in project options -> compiler set , after base compiler set was changed.
- fix: Project options -> file doesn't work. - fix: Project options -> file doesn't work.
- fix: Don't show function prototype tip for function name that contains more than one namespace; - fix: Don't show function prototype tip for function name that contains more than one namespace;
- fix: Compiler set options "Check for stack smashing attacks (-fstack-protector)" was not correctly applied when compiling.
Red Panda C++ Version 2.26 Red Panda C++ Version 2.26
- enhancement: Code suggestion for embedded std::vectors. - enhancement: Code suggestion for embedded std::vectors.