From cff8fd1f6a6a02fa5444f9ac781c9f8c8092a5df Mon Sep 17 00:00:00 2001 From: 1024jp <1024jp@wolfrosch.com> Date: Sun, 9 Jun 2024 15:47:39 +0900 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1a922e49..4b12d00ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ 4.9.0 (unreleased) -------------------------- -### New Feature +### New Features - [AppStore ver.] Now users can donate to the CotEditor project via in-app purchase in the new Donate settings pane. - Add new “Select Enclosing Symbols” and “Split Selection by Lines” commands to the Edit > Select menu. @@ -23,7 +23,7 @@ - Improve the performance of counting values in the editor for the status bar and the document inspector to avoid flicking. - Make more table columns sortable. - [trivial] Organize the structure of the Edit menu. -- [trivial] Suppress display of “Extracting” message on the navigation bar in instantaneous parsing. +- [trivial] Suppress display of the “Extracting” message on the navigation bar in instantaneous parsing. - [trivial] Make names of code contributors in the About window selectable. - [dev] Migrate the navigation bar and the Snippets settings view to SwiftUI.