From 2db0d95593adbfa725b886b85df54e24c22407d2 Mon Sep 17 00:00:00 2001 From: royqh1979 Date: Sat, 30 Oct 2021 21:28:14 +0800 Subject: [PATCH] update NEWS.md --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index 0e599635..c6dba37a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,6 +3,7 @@ Version 0.7.6 - enhancement: the line containing '}' will use the indents of the matching '{' line, instead of just unindent one level - enhancement: the line containing 'public:' / 'private:' / 'protected:' / 'case *:' will use of indents of the surrounding '{' line, instead of just unindent one level - enhancement: correctly handle auto indents for multi-level embedding complex statements like 'for(...) if (...) printf(); + - change: Don't use 'pause' in the console pauser, in case of privilege problems. Version 0.7.5 - enhancement: more accurate auto indent calculation