update README.md

This commit is contained in:
Roy Qu 2024-03-12 20:35:21 +08:00
parent 12299e98e9
commit 904d0e29b1
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ Red Panda C++ Version 2.27
- enhancement: Improve lldb-mi compatibility.
- fix: Full scope typed variables in lambda expressions is not correctly parsed.
- fix: Failed to evaluate expressions while debugging, if the expression has spaces in it.
- fix: When debugging, can't watch expressions that has spaces in it.
Red Panda C++ Version 2.26
- enhancement: Code suggestion for embedded std::vectors.