diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-10-08 13:16:38 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-10-08 13:16:38 -0400 |
commit | a7f03abe25128dba78d8c22802370a3f9a8aff11 (patch) | |
tree | 9972b869eb88d49a5291828a89fd9b63117edbbf /docs/release-notes.md | |
parent | 5a0d337fcf6d18eed55334361b3eef3021912498 (diff) | |
download | SMAPI-a7f03abe25128dba78d8c22802370a3f9a8aff11.tar.gz SMAPI-a7f03abe25128dba78d8c22802370a3f9a8aff11.tar.bz2 SMAPI-a7f03abe25128dba78d8c22802370a3f9a8aff11.zip |
change square brackets to round ones in manifest name
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r-- | docs/release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 04874729..4875d1cd 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -12,6 +12,7 @@ * Fixed update alert shown for a prerelease version on GitHub if it's not marked as prerelease. * For mod authors: + * SMAPI now treats square brackets in the manifest `Name` field as round brackets, to avoid breaking tools which parse log files. * Updated to [FluentHttpClient](https://github.com/Pathoschild/FluentHttpClient#readme) 4.2.0 (see [changes](https://github.com/Pathoschild/FluentHttpClient/blob/develop/RELEASE-NOTES.md#420)). ## 3.16.2 |