summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-08-29 13:45:21 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-09-14 19:14:42 -0400
commit7ca168269fc8cc76d900fba6c6d04d2b02287956 (patch)
treebfb9dc8d7519a239800043b24f652d51a7a85642 /docs
parent15fd868f59e84629b66e0cb8fcfdda86b1ffd813 (diff)
downloadSMAPI-7ca168269fc8cc76d900fba6c6d04d2b02287956.tar.gz
SMAPI-7ca168269fc8cc76d900fba6c6d04d2b02287956.tar.bz2
SMAPI-7ca168269fc8cc76d900fba6c6d04d2b02287956.zip
log skipped loose files
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 352198e0..500f2427 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -9,9 +9,9 @@ These changes have not been released yet.
* Improved performance.
* Rewrote launch script on Linux to improve compatibility (thanks to kurumushi and toastal!).
* Improved mod scanning:
- * Now ignores metadata files/folders like `__MACOSX` and `__folder_managed_by_vortex`.
- * Now ignores content files like `.txt` or `.png`, which avoids missing-manifest errors in some common cases.
- * Now detects XNB mods more accurately, and consolidates multi-folder XNB mods.
+ * Now ignores metadata files and folders (like `__MACOSX` and `__folder_managed_by_vortex`) and content files (like `.txt` or `.png`), which avoids missing-manifest errors in some common cases.
+ * Now detects XNB mods more accurately, and consolidates multi-folder XNB mods in logged messages.
+ * Added trace logs for skipped loose files so it's easier to troubleshoot player logs.
* Save Backup now works in the background, to avoid affecting startup time for players with a large number of saves.
* Duplicate-mod errors now show the mod version in each folder.
* Updated mod compatibility list.