From 262ca6536cd9e5c84732075df164516211a6d40b Mon Sep 17 00:00:00 2001 From: Roy Qu Date: Tue, 9 Apr 2024 19:46:46 +0800 Subject: [PATCH] - fix: Can't find symbols indirectly included by other files. --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index cc54d8ac..592f2068 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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.