diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-04-03 11:39:58 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-04-03 11:39:58 -0400 |
commit | 2d8f916053a1b4b039a41a8bbe8018ebe2654022 (patch) | |
tree | 7fa7ab3fdb278453c60caca70a6aa4dd735dcea9 /docs | |
parent | 60b563267ea7bc308d7eda55477f61fa063b069a (diff) | |
download | SMAPI-2d8f916053a1b4b039a41a8bbe8018ebe2654022.tar.gz SMAPI-2d8f916053a1b4b039a41a8bbe8018ebe2654022.tar.bz2 SMAPI-2d8f916053a1b4b039a41a8bbe8018ebe2654022.zip |
log failed root dependencies in their own group
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 748651bb..2ed46af1 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -9,6 +9,7 @@ ## Upcoming release * For players: + * When many mods fail to load, root dependencies are now listed in their own group so it's easier to see which ones you should try updating first. * On macOS, the `StardewModdingAPI.bin.osx` file is no longer overwritten if it's identical to avoid resetting file permissions (thanks to 007wayne!). * Fixed error for non-English players after returning to title, reloading, and entering town with a completed movie theater. * Fixed `world_clear` console command not removing resource clumps outside the farm and secret woods. |