Skip to content

Commit 8a3ab6c

Browse files
authored
Update changelog for #5728
1 parent b217c04 commit 8a3ab6c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
Note: This is in reverse chronological order, so newer entries are added to the top.
22

3+
Swift 5.8
4+
-----------
5+
6+
* [#5728]
7+
8+
In packages that specify resources using tools version 5.8 or later, the generated resource bundle accessor will import `Foundation.Bundle` for its own implementation only. _Clients_ of such packages therefore no longer silently import `Foundation`, preventing inadvertent use of Foundation extensions to standard library APIs that lead to unexpected code size increases.
9+
310
Swift 5.7
411
-----------
512

613
* [SE-0292]
714

8-
SwiftPM can now resolve deepndencies from a server compliant with the package registry server API defined in SE-0292.
15+
SwiftPM can now resolve dependencies from a server compliant with the package registry server API defined in SE-0292.
916

1017
* [SE-0339]
1118

@@ -247,3 +254,4 @@ Swift 3.0
247254
[#4131]: https://github.com/apple/swift-package-manager/pull/4131
248255
[#4135]: https://github.com/apple/swift-package-manager/pull/4135
249256
[#4168]: https://github.com/apple/swift-package-manager/pull/4168
257+
[#5728]: https://github.com/apple/swift-package-manager/pull/5728

0 commit comments

Comments
 (0)