diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-06-06 21:46:21 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-06-10 00:04:22 -0400 |
commit | cb6fcb0450da28607e1a7307f5638cccbd6ce9f7 (patch) | |
tree | dd23a961a1b3c2a57da5b0ba48a6531b90d358ad /docs | |
parent | 8713914a1af3b5ac7e4a2cdce7e084055ac9cd33 (diff) | |
download | SMAPI-cb6fcb0450da28607e1a7307f5638cccbd6ce9f7.tar.gz SMAPI-cb6fcb0450da28607e1a7307f5638cccbd6ce9f7.tar.bz2 SMAPI-cb6fcb0450da28607e1a7307f5638cccbd6ce9f7.zip |
rework VerboseLogging option to allow enabling for specific mods
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 b7605bf6..e1aa47ab 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -4,6 +4,7 @@ ## Upcoming release * For mod authors: * Fixed map edits which change warps sometimes rebuilding the NPC pathfinding cache unnecessarily, which could cause a noticeable delay for players. + * In `smapi-internal/config.json`, you can now enable verbose logging for specific mods (instead of all or nothing). ## 3.14.7 Released 01 June 2022 for Stardew Valley 1.5.6 or later. |