From 422082c59f22b18b9f21e6074c980046ca1cca17 Mon Sep 17 00:00:00 2001 From: tomer doron Date: Mon, 14 Feb 2022 09:37:38 -0800 Subject: [PATCH] Update CHANGELOG.md (#4137) motivation: keep change log up to date changes: * add 5.7 section * document user facing API changes in #4119 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebf7f9dfbe2..da8ed529178 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ Note: This is in reverse chronological order, so newer entries are added to the top. +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). + Swift 5.6 ----------- * [SE-0332] @@ -209,3 +216,4 @@ Swift 3.0 [#3890]: https://github.com/apple/swift-package-manager/pull/3890 [#3901]: https://github.com/apple/swift-package-manager/pull/3901 [#3942]: https://github.com/apple/swift-package-manager/pull/3942 +[#4119]: https://github.com/apple/swift-package-manager/pull/4119