From 5bf6452fc03d9fac6b5bb3bb3bcb1766b1cb1a64 Mon Sep 17 00:00:00 2001 From: 1024jp <1024jp@wolfrosch.com> Date: Fri, 5 Jul 2024 12:58:00 +0900 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68b5957bd..c9a7f31b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,7 +28,7 @@ - [trivial] Organize the structure of the Edit menu. - [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] Update the build environment to Xcode 16. +- [dev] Update the build environment to Xcode 16 (Swift 6). - [dev] Migrate all unit tests to Swift Testing. - [dev] Migrate the navigation bar and the Snippets settings view to SwiftUI.