diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-12-31 14:16:43 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-02-07 22:37:42 -0500 |
commit | c4a76df4b07e9b3378f51e00909e09424ba09654 (patch) | |
tree | 01d47b953906dcddf51cc46f76a187ab6a2ff12e /docs | |
parent | e064be0c7b3440b31b616cec8c43946097fdad7d (diff) | |
download | SMAPI-c4a76df4b07e9b3378f51e00909e09424ba09654.tar.gz SMAPI-c4a76df4b07e9b3378f51e00909e09424ba09654.tar.bz2 SMAPI-c4a76df4b07e9b3378f51e00909e09424ba09654.zip |
fix 'unknown mod' deprecation warnings showing stack trace in non-developer mode
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 960ede7b..a900150a 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -4,6 +4,7 @@ * For players: * Added mod page link to 'missing dependency' errors for the most common dependencies. * Restrict to Stardew Valley 1.3.33 or earlier (to avoid confusion when SDV 1.3.35 is released). + * Fixed 'unknown mod' deprecation warnings showing a stack trace when developers mode not enabled. * For modders: * Fixed `Constants.SaveFolderName` and `CurrentSavePath` not available during early load stages when using `Specialised.LoadStageChanged` event. |