summaryrefslogtreecommitdiff
path: root/docs/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-11-11 01:35:42 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-11-11 01:35:42 -0500
commite44562c9c5fccaa2056347f7a288b67d933cfdfa (patch)
tree14feda990cf0440561743c98d39318885a0fcf4e /docs/release-notes.md
parent133aeab3fccb3acdfaff8b128cbfafda03b7c8fc (diff)
downloadSMAPI-e44562c9c5fccaa2056347f7a288b67d933cfdfa.tar.gz
SMAPI-e44562c9c5fccaa2056347f7a288b67d933cfdfa.tar.bz2
SMAPI-e44562c9c5fccaa2056347f7a288b67d933cfdfa.zip
update release notes
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r--docs/release-notes.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 0843f59a..c247a9d5 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -9,7 +9,11 @@
## Upcoming release
* For players:
- * Added config option to disable console input. This may reduce CPU usage on some Linux systems.
+ * Added config options to override the mod load order, for the rare cases where that's needed (thanks to Shockah!).
+ * Added config option to disable console input, which may reduce CPU usage on some Linux systems.
+
+* For mod authors:
+ * Optimized asset name comparisons (thanks to atravita!).
* For the web UI:
* Fixed log parser not showing screen IDs in split-screen mode, and improved screen display.