- enhancement: support function arguments like "int (&t)[]"

This commit is contained in:
Roy Qu 2023-05-29 10:14:44 +08:00
parent c6fb11d130
commit 774d4193b5
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ Red Panda C++ Version 2.22
- fix: lambda expression is not correctly handled. - fix: lambda expression is not correctly handled.
- fix: '__extension__' should be ignored when parsing C/C++ codes. - fix: '__extension__' should be ignored when parsing C/C++ codes.
- enhancement: show completion for return type of lambda expressions. - enhancement: show completion for return type of lambda expressions.
- upgrade raylib to 4.5, raygui to 3.6
Red Panda C++ Version 2.21 Red Panda C++ Version 2.21