Skip to content

Commit

Permalink
[NFC][Gardening] remove the invalid byte sequence example in the chan…
Browse files Browse the repository at this point in the history
…gelog

"`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 <anders@apple.com>
  • Loading branch information
WowbaggersLiquidLunch and abertelrud committed Oct 20, 2020
1 parent 6e86596 commit 147bd55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Swift 5.3.1

* Source Breakages

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

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.

Expand Down

0 comments on commit 147bd55

Please sign in to comment.