Skip to content

Commit 5f72e9f

Browse files
[gardening] add missing links to PRs in change log (#3489)
1 parent 09ec01b commit 5f72e9f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Swift v.Next
77

88
Swift 5.5
99
-----------
10-
* [3410]
10+
* [#3410]
1111
In a package that specifies a minimum tools version of 5.5, `@main` can now be used in a single-source file executable as long as the name of the source file isn't `main.swift`. To work around special compiler semantics with single-file modules, SwiftPM now passes `-parse-as-library` when compiling an executable module that contains a single Swift source file whose name is not `main.swift`.
1212

1313
* [#3310]
@@ -144,3 +144,7 @@ Swift 3.0
144144
[#1489]: https://github.com/apple/swift-package-manager/pull/1489
145145
[#1604]: https://github.com/apple/swift-package-manager/pull/1604
146146
[#2937]: https://github.com/apple/swift-package-manager/pull/2937
147+
[#3292]: https://github.com/apple/swift-package-manager/pull/3292
148+
[#3310]: https://github.com/apple/swift-package-manager/pull/3310
149+
[#3316]: https://github.com/apple/swift-package-manager/pull/3316
150+
[#3410]: https://github.com/apple/swift-package-manager/pull/3410

0 commit comments

Comments
 (0)