Skip to content

Commit 7f2c159

Browse files
[5.4] [PackageLoading] replace Next with 5.4 according to notes/instructions left previously
Also added `ToolsVersion.v5_4`.
1 parent ea0b31e commit 7f2c159

File tree

4 files changed

+160
-181
lines changed

4 files changed

+160
-181
lines changed

CHANGELOG.md

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

3-
Swift Next
3+
Swift 5.4
44
-----------
55
* [#2937]
66

77
* Improvements
88

99
`Package` manifests can now have any combination of leading whitespace characters. This allows more flexibility in formatting the manifests.
1010

11-
[SR-13566] The Swift tools version specification in each manifest file now accepts any combination of _horizontal_ whitespace characters surrounding `swift-tools-version`, if and only if the specified version ≥ `Next`. For example, `//swift-tools-version: Next` and `// swift-tools-version: Next` are valid.
11+
[SR-13566] The Swift tools version specification in each manifest file now accepts any combination of _horizontal_ whitespace characters surrounding `swift-tools-version`, if and only if the specified version ≥ `5.4`. For example, `//swift-tools-version: 5.4` and `// swift-tools-version: 5.4` are valid.
1212

1313
All [Unicode line terminators](https://www.unicode.org/reports/tr14/) are now recognised in `Package` manifests. This ensures correctness in parsing manifests that are edited and/or built on many non-Unix-like platforms that use ASCII or Unicode encodings.
1414

0 commit comments

Comments
 (0)