Skip to content

Commit 576ee1c

Browse files
[NFC][Gardening] use more approchable language in the changelog
"ye olde days" is quirky, but not very approachable to readers whose first language isn't English. Also, not everyone is familiar with the shell notation. Co-Authored-By: Anders Bertelrud <[email protected]>
1 parent 1ef5bad commit 576ee1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Swift 5.3.1
66

77
* [#2937](https://github.com/apple/swift-package-manager/pull/2937)
88

9-
Manifest files can now have any combination of leading line terminators. All [Unicode line terminators](https://www.unicode.org/reports/tr14/) are recognised. Gone are ye olde days when a shebang-like directive must be at the start of file.
9+
Manifest files can now have any combination of leading line terminators. All [Unicode line terminators](https://www.unicode.org/reports/tr14/) are recognised. This allows more flexibility in formatting the Package manifest.
1010

1111
[SR-13566](https://bugs.swift.org/browse/SR-13566) The Swift tools version specification in each manifest file now accepts any combination of _horizontal_ whitespace characters between `//` and `swift-tools-version`, if and only if the specified version > 5.3. For example, `//swift-tools-version:5.3.1` and `// swift-tools-version:5.4` are valid.
1212

0 commit comments

Comments
 (0)