Skip to content

Commit 147bd55

Browse files
[NFC][Gardening] remove the invalid byte sequence example in the changelog
"`0x7F8F`" is removed, so nobody gets the idea that there's something special about that code. "UTF-8" clarifies what encoding the byte sequence is invalid in. Co-Authored-By: Anders Bertelrud <[email protected]>
1 parent 6e86596 commit 147bd55

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
@@ -18,7 +18,7 @@ Swift 5.3.1
1818

1919
* Source Breakages
2020

21-
The package manager now throws an error if a manifest file contains invalid byte sequences such as `0x7F8F`.
21+
The package manager now throws an error if a manifest file contains invalid UTF-8 byte sequences.
2222

2323
Swift tools version specifications that contain line terminators other than `U+000A` before either "swift-tool" or "tool-version" now silently falls back to using Swift 3.1 as the lowest supported version.
2424

0 commit comments

Comments
 (0)