- fix: Can't find symbols indirectly included by other files.

This commit is contained in:
Roy Qu 2024-04-09 19:46:46 +08:00
parent 37c7405311
commit 262ca6536c
1 changed files with 1 additions and 0 deletions

View File

@ -130,6 +130,7 @@ Red Panda C++ Version 2.27
- change: Remove "limit for copy" and "limit for undo" options.
- fix: Can't find the correct type if current symbol is member of a class that has constructors.
- fix: Alias a namespace to itself will create infinite loop.
- fix: Can't find symbols indirectly included by other files.
Red Panda C++ Version 2.26
- enhancement: Code suggestion for embedded std::vectors.