Skip to content

Commit

Permalink
Update CHANGELOG.md (#4137)
Browse files Browse the repository at this point in the history
motivation: keep change log up to date 

changes:
* add 5.7 section
* document user facing API changes in #4119
  • Loading branch information
tomerd authored Feb 14, 2022
1 parent 3cb4c9a commit 422082c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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]
Expand Down Expand Up @@ -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

0 comments on commit 422082c

Please sign in to comment.