Skip to content

Commit 1c2564a

Browse files
authored
update 5.7 change log to include SE-0292 (#5551)
* update 5.7 change log to include SE-0292
1 parent c19ba58 commit 1c2564a

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
@@ -3,6 +3,10 @@ Note: This is in reverse chronological order, so newer entries are added to the
33
Swift 5.7
44
-----------
55

6+
* [SE-0292]
7+
8+
SwiftPM can now resolve deepndencies from a server compliant with the pacakge registry server API defined in SE-0292.
9+
610
* [SE-0339]
711

812
Module aliases can now be defined in the package manifest to disambiguate between modules with the same name originating from different packages.
@@ -213,6 +217,7 @@ Swift 3.0
213217
[SE-0201]: https://github.com/apple/swift-evolution/blob/main/proposals/0201-package-manager-local-dependencies.md
214218
[SE-0208]: https://github.com/apple/swift-evolution/blob/main/proposals/0208-package-manager-system-library-targets.md
215219
[SE-0209]: https://github.com/apple/swift-evolution/blob/main/proposals/0209-package-manager-swift-lang-version-update.md
220+
[SE-0292]: https://github.com/apple/swift-evolution/blob/main/proposals/0292-package-registry-service.md
216221
[SE-0303]: https://github.com/apple/swift-evolution/blob/main/proposals/0303-swiftpm-extensible-build-tools.md
217222
[SE-0332]: https://github.com/apple/swift-evolution/blob/main/proposals/0332-swiftpm-command-plugins.md
218223
[SE-0339]: https://github.com/apple/swift-evolution/blob/main/proposals/0339-module-aliasing-for-disambiguation.md

0 commit comments

Comments
 (0)