From 93188c67c970b7008f935f7969210ba76631ccbf Mon Sep 17 00:00:00 2001 From: Ankit Aggarwal Date: Mon, 14 Feb 2022 13:12:27 -0800 Subject: [PATCH] Update CHANGELOG.md (#4140) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da8ed529178..6694e6c8372 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ Swift 5.7 * [#4119] - Add a `--disable-testable-imports` flag to `swift test` with which tests are built without the testability feature (`import @tstable` disabled). + Add a `--disable-testable-imports` flag to `swift test` with which tests are built without the testability feature (`import @testable` disabled). Swift 5.6 -----------