diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-12-29 23:58:54 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-12-29 23:58:54 -0500 |
commit | 06c7e4e2b92849858002835ed41c7e9cce60fde4 (patch) | |
tree | 09e8c422c177dbd868ce9cee59528865f86842c6 /docs/release-notes.md | |
parent | 48bb1581a6adeabfefbdd774011796e09a07aae2 (diff) | |
download | SMAPI-06c7e4e2b92849858002835ed41c7e9cce60fde4.tar.gz SMAPI-06c7e4e2b92849858002835ed41c7e9cce60fde4.tar.bz2 SMAPI-06c7e4e2b92849858002835ed41c7e9cce60fde4.zip |
show details in TRACE logs when a mod is blocked by compatibility list
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r-- | docs/release-notes.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 90557c54..ac4a89c6 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -7,6 +7,10 @@ * Migrated to Harmony 2.0 (see [_migrate to Harmony 2.0_](https://stardewvalleywiki.com/Modding:Migrate_to_Harmony_2.0) for more info). --> +## Upcoming release +* 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. + ## 3.8.1 Released 26 December 2020 for Stardew Valley 1.5.1 or later. |