summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-06-20 00:50:23 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-06-20 00:50:23 -0400
commit067163da02c5a5993d88d80f04d379c22bc32cba (patch)
tree964d4361fe28d8d97fca1b62c7f1a80768def66c /docs
parenta9ca7dcdc025d1557d8f728c442c2a4fea386af9 (diff)
downloadSMAPI-067163da02c5a5993d88d80f04d379c22bc32cba.tar.gz
SMAPI-067163da02c5a5993d88d80f04d379c22bc32cba.tar.bz2
SMAPI-067163da02c5a5993d88d80f04d379c22bc32cba.zip
make parallel rewriting optional
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index ed86f73f..3c3f0796 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -9,7 +9,7 @@
## Upcoming release
* For players:
- * Reduced startup time when loading mod DLLs (thanks to ZaneYork!).
+ * Added experimental option to reduce startup time when loading mod DLLs (thanks to ZaneYork!). Enable `RewriteInParallel` in the `smapi-internal/config.json` to try it.
* Reduced processing time when a mod loads many unpacked images (thanks to Entoarox!).
* Mod warnings are now listed alphabetically.
* MacOS files starting with `._` are now ignored and can no longer cause skipped mods.