summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-01-31 15:37:00 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-01-31 15:37:00 -0500
commit7e8f4518764a86e7d3589ae75235b1d3d4462f8b (patch)
treebd3c4538dd67cd3ea600a0bf55161730d51729f4 /docs
parentb2a6933efb0719b48034eff8c29b5f12beb00248 (diff)
downloadSMAPI-7e8f4518764a86e7d3589ae75235b1d3d4462f8b.tar.gz
SMAPI-7e8f4518764a86e7d3589ae75235b1d3d4462f8b.tar.bz2
SMAPI-7e8f4518764a86e7d3589ae75235b1d3d4462f8b.zip
add experimental 'aggressive memory optimization' flag (#757)
Diffstat (limited to 'docs')
-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 2e99277f..e54fd24b 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -9,6 +9,7 @@
## Upcoming release
* For players:
+ * Added _aggressive memory optimization_ option. This is experimental and disabled by default; you can enable it in `smapi-internal/config.json` if you experience `OutOfMemoryException` crashes.
* Fixed error running `install on Windows.bat` in very rare cases.
* For modders: