Skip to content

Commit 9abbe3c

Browse files
authored
Update CHANGELOG.md (#7149)
motivation: make sure changelog reflects key changes changes: mention caching of binary artifacts per #7101
1 parent 211be8c commit 9abbe3c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ Swift Next
77

88
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.
99

10+
* [7101]
11+
12+
Binary artifacts are now cached along side repository checkouts so they do not need to be re-downloaded across projects.
13+
1014
Swift 5.9
1115
-----------
1216

@@ -378,3 +382,4 @@ Swift 3.0
378382
[#6276]: https://github.com/apple/swift-package-manager/pull/6276
379383
[#6540]: https://github.com/apple/swift-package-manager/pull/6540
380384
[#6663]: https://github.com/apple/swift-package-manager/pull/6663
385+
[#7101]: https://github.com/apple/swift-package-manager/pull/7101

0 commit comments

Comments
 (0)