From ae85ecd6b466f8fb665be464435a0591271bb575 Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Thu, 13 Jun 2024 17:39:07 +0100 Subject: [PATCH] Fix a link and top section in `CHANGELOG.md` A link to a PR at the top was missing, which broke Markdown rendering. Additionally, the top section was removed apparently by accident, making it unclear where entries at the top belong. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 335c5381d29..b9f709af37f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ Note: This is in reverse chronological order, so newer entries are added to the top. +Swift Next +----------- + * [#7530] 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. @@ -420,4 +423,5 @@ Swift 3.0 [#7201]: https://github.com/apple/swift-package-manager/pull/7201 [#7202]: https://github.com/apple/swift-package-manager/pull/7202 [#7507]: https://github.com/apple/swift-package-manager/pull/7507 +[#7530]: https://github.com/apple/swift-package-manager/pull/7530 [#7535]: https://github.com/apple/swift-package-manager/pull/7535