diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-07-09 00:53:11 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-07-09 00:53:11 -0400 |
commit | 521129ad213da58fda5851f181a81bf661dde9b5 (patch) | |
tree | 286b7f53cf32c5d315e07f3059cc7d1dd16edf3d /docs/release-notes.md | |
parent | 9435711216ee8a8c224d70a18391f9f57f725b35 (diff) | |
download | SMAPI-521129ad213da58fda5851f181a81bf661dde9b5.tar.gz SMAPI-521129ad213da58fda5851f181a81bf661dde9b5.tar.bz2 SMAPI-521129ad213da58fda5851f181a81bf661dde9b5.zip |
raise deprecation levels
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r-- | docs/release-notes.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index df3949be..13c0dce8 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -14,6 +14,8 @@ * For mod authors: * While loading your mod, SMAPI now searches for indirect dependencies in your mod's folder to support edge cases like F# mods (thanks to TehPers)! + * **Raised deprecation message levels.** + _Deprecation warnings are now player-visible in the SMAPI console as grayed-out `DEBUG` messages. They'll be raised to `WARN` level in SMAPI 3.17 next month, which will be the last major release before SMAPI 4.0._ * For the web UI: * Added log parser warning about performance of PyTK 1.23.0 or earlier. |