update NEWS.md

This commit is contained in:
Roy Qu 2024-03-21 20:45:31 +08:00
parent 172c66c6dc
commit 86cc3e170e
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ Red Panda C++ Version 2.27
- fix: Auto type induction for expression contains '[]' are not correct. - fix: Auto type induction for expression contains '[]' are not correct.
- fix: Option 'Pause after run in console' for tools doesn't work. - fix: Option 'Pause after run in console' for tools doesn't work.
- fix: Filename that contains '&' doesn't correctly displayed in the editor tab. - fix: Filename that contains '&' doesn't correctly displayed in the editor tab.
- enhancement: Type induction for "auto &&" vars.
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.