summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-05-25 18:02:48 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-06-10 00:04:22 -0400
commita546fd113f431bd8888da50aad087213193c937e (patch)
tree32c39481d0676bb2291a500adf3f172fb4cb78f8 /docs
parentcb6fcb0450da28607e1a7307f5638cccbd6ce9f7 (diff)
downloadSMAPI-a546fd113f431bd8888da50aad087213193c937e.tar.gz
SMAPI-a546fd113f431bd8888da50aad087213193c937e.tar.bz2
SMAPI-a546fd113f431bd8888da50aad087213193c937e.zip
add experimental image load rewrite
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index e1aa47ab..a1b5222e 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -2,6 +2,10 @@
# Release notes
## Upcoming release
+* For players:
+ * Added experimental image load rewrite (disabled by default).
+ _If you have many content mods installed, enabling `UseExperimentalImageLoading` in `smapi-internal/config.json` may reduce load times or stutters when they load many image files at once._
+
* For mod authors:
* Fixed map edits which change warps sometimes rebuilding the NPC pathfinding cache unnecessarily, which could cause a noticeable delay for players.
* In `smapi-internal/config.json`, you can now enable verbose logging for specific mods (instead of all or nothing).