summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-03-13 23:51:55 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-03-13 23:51:55 -0500
commit77629a528a2f93a2977a1bf63e2e18faaaffaaaf (patch)
tree968ef579f359052774742da65883204bcfe986e8 /docs
parentfc5fc54ab1c375e20b3e4f947bb11f08b4983bd1 (diff)
downloadSMAPI-77629a528a2f93a2977a1bf63e2e18faaaffaaaf.tar.gz
SMAPI-77629a528a2f93a2977a1bf63e2e18faaaffaaaf.tar.bz2
SMAPI-77629a528a2f93a2977a1bf63e2e18faaaffaaaf.zip
disable aggressive memory optimizations by default
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 045a5168..cf7643b3 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -7,6 +7,10 @@
* Migrated to Harmony 2.0 (see [_migrate to Harmony 2.0_](https://stardewvalleywiki.com/Modding:Migrate_to_Harmony_2.0) for more info).
-->
+## Upcoming release
+* For players:
+ * Aggressive memory optimization (added in 3.9.2) is now disabled by default. The option reduces errors for a subset of players who use certain mods, but may cause crashes for farmhands in multiplayer. You can edit `smapi-internal/config.json` to enable it if you experience frequent `OutOfMemoryException` errors.
+
## 3.9.4
Released 07 March 2021 for Stardew Valley 1.5.4 or later.