diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-12-30 19:38:48 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-12-30 19:38:48 -0500 |
commit | f95292953f95ec71071fce7a6438a5403dc85816 (patch) | |
tree | f0f1924cea947761e84a6265619e7e6b4374df3a /docs | |
parent | fd37253dc3aa12be5b11b8d377eae3ced88bc30c (diff) | |
download | SMAPI-f95292953f95ec71071fce7a6438a5403dc85816.tar.gz SMAPI-f95292953f95ec71071fce7a6438a5403dc85816.tar.bz2 SMAPI-f95292953f95ec71071fce7a6438a5403dc85816.zip |
fix repeated mods in 'skipped mods' section of console
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 c68b3d62..dbc8e905 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -10,6 +10,7 @@ ## Upcoming release * For players: * Updated compatibility list. + * Fixed 'skipped mods' section repeating mods in some cases. * For modders: * When a mod is blocked by SMAPI's internal compatibility list, the `TRACE` messages while loading it now indicates that and specifies the reason. |