summaryrefslogtreecommitdiff
path: root/docs/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-10-09 17:39:11 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-10-09 17:39:11 -0400
commit037d7e357b169936fa858f6c8b9c1388ca75840b (patch)
treec197acab05a908d2ce36d35e981866715020644c /docs/release-notes.md
parent9a15da5a173e5e218c16e2e4ef0af0c98968e1cb (diff)
downloadSMAPI-037d7e357b169936fa858f6c8b9c1388ca75840b.tar.gz
SMAPI-037d7e357b169936fa858f6c8b9c1388ca75840b.tar.bz2
SMAPI-037d7e357b169936fa858f6c8b9c1388ca75840b.zip
set texture name earlier to support mods like SpriteMaster
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r--docs/release-notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 5bf3b875..da3db590 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -22,6 +22,7 @@
* 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 ones to avoid breaking tools which parse log files.
* Made deprecation message wording stronger for the upcoming SMAPI 4.0.0 release.
+ * The `Texture2D.Name` field is now set earlier to support mods like SpriteMaster.
* Updated dependencies: [Harmony](https://harmony.pardeike.net) 2.2.2 (see [changes](https://github.com/pardeike/Harmony/releases/tag/v2.2.2.0)) and [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!).