Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
motivation: make sure changelog reflects key changes

changes: mention caching of binary artifacts per #7101
  • Loading branch information
tomerd authored Nov 30, 2023
1 parent 211be8c commit 7f07053
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------

Expand Down Expand Up @@ -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

0 comments on commit 7f07053

Please sign in to comment.