Skip to content

Commit a8b2596

Browse files
authored
[CHANGELOG] NFC: Add an entry for SE-0441 and mark recursive dependencies as implemented in Swift 6 (#7898)
### Motivation: There was a missing entry for SE-0441 and recursive dependencies entry was in "Next" but it's implemented in 6.0. ### Modifications: - Added an entry about SE-0441 - Moved the entry about recursive dependency support to Swift 6.0 section.
1 parent b198806 commit a8b2596

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,20 @@ Note: This is in reverse chronological order, so newer entries are added to the
33
Swift Next
44
-----------
55

6+
Swift 6.0
7+
-----------
8+
9+
* [#7813]
10+
11+
Starting from tools-version 6.0, `swiftLanguageMode` can be specified at the target level, allowing for gradual per-target migration to the Swift 6 language mode.
12+
The `swiftLanguageVersions` setting has been deprecated and renamed to `swiftLanguageModes`.
13+
614
* [#7530]
715

816
Starting from tools-version 6.0 makes it possible for packages to depend on each other if such dependency doesn't form any target-level cycles.
917
For example, package `A` can depend on `B` and `B` on `A` unless targets in `B` depend on products of `A` that depend on some of the same
1018
targets from `B` and vice versa.
1119

12-
Swift 6.0
13-
-----------
14-
1520
* [#7741]
1621

1722
Fixed an issue where repositories would be re-cloned each build rather than using the cache due to git validation errors.
@@ -434,3 +439,4 @@ Swift 3.0
434439
[#7507]: https://github.com/swiftlang/swift-package-manager/pull/7507
435440
[#7530]: https://github.com/swiftlang/swift-package-manager/pull/7530
436441
[#7535]: https://github.com/swiftlang/swift-package-manager/pull/7535
442+
[#7813]: https://github.com/swiftlang/swift-package-manager/pull/7813

0 commit comments

Comments
 (0)