summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-05-04 21:02:41 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-05-04 21:02:41 -0400
commit295ad29b8d60fdbae0c0030e8d887a2adab779a3 (patch)
tree6bebe1b294f060ea326c5b644e34d2df15005458 /docs
parentc1342bd4cd6b75b24d11275bdd73ebf893f916ea (diff)
downloadSMAPI-295ad29b8d60fdbae0c0030e8d887a2adab779a3.tar.gz
SMAPI-295ad29b8d60fdbae0c0030e8d887a2adab779a3.tar.bz2
SMAPI-295ad29b8d60fdbae0c0030e8d887a2adab779a3.zip
remove aggressive memory optimizations option
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 11cccee2..2fff0c58 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -3,8 +3,10 @@
# Release notes
## Upcoming release
* For players:
- * Case-insensitive file paths (introduced in 3.14.0) are now disabled by default.
- _You can enable them via `smapi-internal/config.json` if needed. These will be re-enabled in a later version after reworking them to reduce performance impact._
+ * Disabled case-insensitive file paths (introduced in 3.14.0) by default.
+ _You can enable them by editing `smapi-internal/config.json` if needed. They'll be re-enabled in a later version after they're reworked to reduce performance impact._
+ * Removed experimental 'aggressive memory optimizations' option.
+ _This was disabled by default and is no longer needed in most cases. Memory usage will be better reduced by reworked asset propagation in the upcoming SMAPI 4.0.0._
* Updated compatibility list.
## 3.14.0