diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-10-09 14:08:16 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-10-09 14:08:16 -0400 |
commit | 3d10d08a1ac281620b60c0e5fd1d51b2da896a0d (patch) | |
tree | 4d845dcc22c27ce236b60ea4b34f00a9df035b7b /docs/release-notes.md | |
parent | a220e14f2d22f5d481c87bfd76d1b9eeaebf04e3 (diff) | |
download | SMAPI-3d10d08a1ac281620b60c0e5fd1d51b2da896a0d.tar.gz SMAPI-3d10d08a1ac281620b60c0e5fd1d51b2da896a0d.tar.bz2 SMAPI-3d10d08a1ac281620b60c0e5fd1d51b2da896a0d.zip |
make deprecation warnings a bit stronger for the upcoming 4.0.0 release
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r-- | docs/release-notes.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 75e143e8..4352e2ba 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -16,7 +16,8 @@ * For mod authors: * When [providing a mod API for a C# mod](https://stardewvalleywiki.com/Modding:Modder_Guide/APIs/Integrations), you can now get an optional parameter with the mod requesting the API (thanks to KhloeLeclair!). This avoids needing the pattern where each method needs the requesting mod's manifest. - * SMAPI now treats square brackets in the manifest `Name` field as round brackets, to avoid breaking tools which parse log files. + * SMAPI now treats square brackets in the manifest `Name` field as round ones to avoid breaking tools which parse log files. + * Made deprecation message wording stronger for the upcoming SMAPI 4.0.0 release. * 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)). * Fixed `LocationListChanged` event not raised & memory leak occurring when a generated mine/volcano is removed (thanks to tylergibbs2!). |