summaryrefslogtreecommitdiff
path: root/docs/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-08-31 01:13:22 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-09-01 20:02:58 -0400
commit8bfab94213e86c4245961150bd3423ee85213c5d (patch)
tree69fb8ceab3a0c21a27a2ac28eb6c42333b1bcf9b /docs/release-notes.md
parentc6cc1513c5ab5544094fe30b13ee0d73e1e04109 (diff)
downloadSMAPI-8bfab94213e86c4245961150bd3423ee85213c5d.tar.gz
SMAPI-8bfab94213e86c4245961150bd3423ee85213c5d.tar.bz2
SMAPI-8bfab94213e86c4245961150bd3423ee85213c5d.zip
reduce unneeded operations when scanning/rewriting mod DLLs
Diffstat (limited to 'docs/release-notes.md')
-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 e8b019a9..a8db9cbd 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -4,6 +4,7 @@
## Upcoming release
* For players:
* Improved mod compatibility in 64-bit mode (thanks to spacechase0!).
+ * Reducing load time when scanning/rewriting many mods for compatibility.
* For console commands:
* Added `hurry_all` command which immediately warps all NPCs to their scheduled positions.