From 7f07053ff4c87c6e08867df8253b7ce9654d0fe6 Mon Sep 17 00:00:00 2001 From: tomer doron Date: Thu, 30 Nov 2023 10:52:38 -0800 Subject: [PATCH] Update CHANGELOG.md motivation: make sure changelog reflects key changes changes: mention caching of binary artifacts per #7101 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6134f9c8b34..156587e37cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ Swift Next On macOS, `swift build` and `swift run` now produce binaries that allow backtraces in debug builds. Pass `SWIFT_BACKTRACE=enable=yes` environment variable to enable backtraces on such binaries when running them. +* [7101] + + Binary artifacts are now cached along side repository checkouts so they do not need to be re-downloaded across projects. + Swift 5.9 ----------- @@ -378,3 +382,4 @@ Swift 3.0 [#6276]: https://github.com/apple/swift-package-manager/pull/6276 [#6540]: https://github.com/apple/swift-package-manager/pull/6540 [#6663]: https://github.com/apple/swift-package-manager/pull/6663 +[#7101]: https://github.com/apple/swift-package-manager/pull/7101