From 3019f25fe31a28ed89cc42cdf3e468eaae88ad1f Mon Sep 17 00:00:00 2001 From: Roy Qu Date: Thu, 29 Feb 2024 20:24:27 +0800 Subject: [PATCH] update NEWS.md --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index 246c6db3..741655a6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -22,6 +22,7 @@ Red Panda C++ Version 2.27 - fix: Wrong indent for the line after the pasted context. - Enhancement: When '{' is inputted and there are contents selected, auto add line breaks and indents. - fix: Selected lines doesn't draw line break glyphs. + - fix: issue #215 (Caret may be drawn in the gutter.) Red Panda C++ Version 2.26 - enhancement: Code suggestion for embedded std::vectors.