summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-08-16 22:03:21 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-08-16 22:03:21 -0400
commit5ab87efaa07a0972fd59c88c8aab456a6133329d (patch)
tree54e5df289dbffa06a06ff69a9958f7bda3343e4f /docs
parent4d9384b8288fa5dcd36a9c8cbd66574a2896605f (diff)
downloadSMAPI-5ab87efaa07a0972fd59c88c8aab456a6133329d.tar.gz
SMAPI-5ab87efaa07a0972fd59c88c8aab456a6133329d.tar.bz2
SMAPI-5ab87efaa07a0972fd59c88c8aab456a6133329d.zip
log error if mod files are detected directly under Mods folder
Diffstat (limited to 'docs')
-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 7526e655..1734ca2d 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -9,6 +9,7 @@
## Upcoming release
* For players:
+ * Added error message if mod files are detected directly under `Mods` (instead of each mod having its own subfolder).
* SMAPI now sets a success/error code when the game exits.
_This is used by your OS (like Windows) to decide whether to keep the console window open when the game ends._
* Fixed SMAPI on Windows applying different DPI awareness settings than the game (thanks to spacechase0!).