update NEWS.md

This commit is contained in:
Roy Qu 2024-03-14 09:33:50 +08:00
parent 15a55fe69a
commit 70905fd997
1 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,8 @@ Red Panda C++ Version 2.27
- enhancement: Text are vertically center aligned in lines( by CyanoHao ). - enhancement: Text are vertically center aligned in lines( by CyanoHao ).
- fix: In the debugger console, Auto-wrapped lines can't be correctly selected. - fix: In the debugger console, Auto-wrapped lines can't be correctly selected.
- enhancement: Auto choose a better font for theme choosing dialog in the first run. - enhancement: Auto choose a better font for theme choosing dialog in the first run.
- fix: Debugger console's background not correctly cleared before redrawn.
- enhancement: Make output in the debugger console cleaner.
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.