From 2b9ece18ada1bad151c8644728697d83852724f9 Mon Sep 17 00:00:00 2001 From: Roy Qu Date: Wed, 27 Mar 2024 11:21:19 +0800 Subject: [PATCH] update README.md : fix: If a class method is overloaded, only one of them is inherited by it's children. --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index b03786d8..4d0fe622 100644 --- a/NEWS.md +++ b/NEWS.md @@ -94,6 +94,7 @@ Red Panda C++ Version 2.27 - fix: In split screen mode, editor on the right can't be correctly found by commands. - fix: Remove duplicated macro defines make it's lost in the parse result. - fix: An undefined macro is still missing the the parse result after #undef is removed. + - fix: If a class method is overloaded, only one of them is inherited by it's children. Red Panda C++ Version 2.26 - enhancement: Code suggestion for embedded std::vectors.