Skip to content

Commit

Permalink
NFC: Add a CHANGELOG.md entry about cyclic package-level dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xedin committed May 7, 2024
1 parent 982e279 commit e2525b3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Note: This is in reverse chronological order, so newer entries are added to the top.

* [#7530]

Makes it possible for packages to depend on each other if such dependence doesn't form any target-level cycles. 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
targets from `B` and vice versa.

Swift 6.0
-----------

Expand Down

0 comments on commit e2525b3

Please sign in to comment.