summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-03-16 19:20:37 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-03-16 19:20:37 -0400
commitbb88e42f54c274db3c382eecb54b541dd2599163 (patch)
treeea9726515781aa8145465392f53173be3869dc0d /docs
parent749f0321f01b2f2ad865f31ab6f447c5a590fdd0 (diff)
downloadSMAPI-bb88e42f54c274db3c382eecb54b541dd2599163.tar.gz
SMAPI-bb88e42f54c274db3c382eecb54b541dd2599163.tar.bz2
SMAPI-bb88e42f54c274db3c382eecb54b541dd2599163.zip
add console command to regenerate bundles
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 0a4cd667..2ebf061e 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -9,7 +9,8 @@
## 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.
+ * Added `regenerate_bundles` console command to reset community center bundles if they're corrupted by a bug _(in Console Commands)_.
+ * Disabled aggressive memory optimization (added in 3.9.2) 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.
* For mod authors:
* Added asset propagation for interior door sprites.