From c100c5c3e8883b20a424869fde6911e56d81fbc0 Mon Sep 17 00:00:00 2001 From: Roy Qu Date: Mon, 24 Jan 2022 16:51:38 +0800 Subject: [PATCH] update NEWS.md --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 855d3dd0..01eebbce 100644 --- a/NEWS.md +++ b/NEWS.md @@ -21,7 +21,7 @@ Red Panda C++ Version 0.13.3 - fix: when open a file, all blank lines's indents are removed. - fix: indent lines displayed at wrong position, when there are folded lines - fix: if editor's active line color is disabled, caret's position may not be correct redrawn - - fix: crash if compiler set's include dir list is not empty and lib dir list is empry + - fix: insert code snippets will crash, if current compiler set's include dir list is not empty and lib dir list is empty Red Panda C++ Version 0.13.2 - fix: "delete and exit" button in the environtment / folder option page doesn't work correctly