From 86c62c55dcf9ec2f0ee3d7b5880acfc4c97fefa0 Mon Sep 17 00:00:00 2001 From: Ian Leitch Date: Mon, 20 May 2024 09:35:23 +0100 Subject: [PATCH] Changelog entry for #740 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index de0d648b2..9e1eeeb23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ - Unused import detection is now enabled by default. - Added the `--retain-encodable-properties` option to retain all properties on `Encodable` types only. - Added the `--xcode-list-arguments` option to pass additional arguments to `xcodebuild -list`. +- Added the `--skip-schemes-validation` option to skip validation of Xcode schemes. ##### Bug Fixes