Skip to content

Commit e2525b3

Browse files
committed
NFC: Add a CHANGELOG.md entry about cyclic package-level dependencies
1 parent 982e279 commit e2525b3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
Note: This is in reverse chronological order, so newer entries are added to the top.
22

3+
* [#7530]
4+
5+
Makes it possible for packages to depend on each other if such dependence doesn't form any target-level cycles. For example,
6+
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
7+
targets from `B` and vice versa.
8+
39
Swift 6.0
410
-----------
511

0 commit comments

Comments
 (0)