diff --git a/NEWS.md b/NEWS.md index 634bfb64..82ff23dc 100644 --- a/NEWS.md +++ b/NEWS.md @@ -72,6 +72,7 @@ Red Panda C++ Version 2.27 - fix: Auto type induction for expression contains '[]' are not correct. - fix: Option 'Pause after run in console' for tools doesn't work. - fix: Filename that contains '&' doesn't correctly displayed in the editor tab. + - enhancement: Type induction for "auto &&" vars. Red Panda C++ Version 2.26 - enhancement: Code suggestion for embedded std::vectors.