summaryrefslogtreecommitdiff
path: root/docs/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-06-12 20:29:56 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-06-12 20:29:56 -0400
commite8bcbf7e5ac52662c12045d1a2a72edbd641bf4c (patch)
tree8d0d3c82f379e097b9c287c42a98ba8de4d92307 /docs/release-notes.md
parent15f829e48c1ee9731a812798841ee102e024775d (diff)
downloadSMAPI-e8bcbf7e5ac52662c12045d1a2a72edbd641bf4c.tar.gz
SMAPI-e8bcbf7e5ac52662c12045d1a2a72edbd641bf4c.tar.bz2
SMAPI-e8bcbf7e5ac52662c12045d1a2a72edbd641bf4c.zip
update compatibility list
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 e8e3f043..c1605f23 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -7,6 +7,7 @@ See [release highlights](https://www.patreon.com/posts/66986798).
* For players:
* Optimized mod image file loading.
* Minor optimizations (thanks to Michael Kuklinski / Ameisen!).
+ * Updated compatibility list.
* For mod authors:
* Added a [new `IRawTextureData` asset type](https://stardewvalleywiki.com/Modding:Migrate_to_SMAPI_4.0#Raw_texture_data), so mods can avoid creating full `Texture2D` instances in many cases.