diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-12-31 14:40:42 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-02-07 22:37:59 -0500 |
commit | 0f926ca1c9d5d1323ddf10ceaa0ad4e9e7d02d3c (patch) | |
tree | 40fefca86b0d706dd322f98482a62dd23ad829ca /docs/release-notes.md | |
parent | c4a76df4b07e9b3378f51e00909e09424ba09654 (diff) | |
download | SMAPI-0f926ca1c9d5d1323ddf10ceaa0ad4e9e7d02d3c.tar.gz SMAPI-0f926ca1c9d5d1323ddf10ceaa0ad4e9e7d02d3c.tar.bz2 SMAPI-0f926ca1c9d5d1323ddf10ceaa0ad4e9e7d02d3c.zip |
fix 'unknown mod' deprecation warnings when they occur in the Mod constructor
Diffstat (limited to 'docs/release-notes.md')
-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 a900150a..80ce7d33 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -5,6 +5,7 @@ * 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. + * Fixed 'unknown mod' deprecation warnings when they occur in the Mod constructor. * For modders: * Fixed `Constants.SaveFolderName` and `CurrentSavePath` not available during early load stages when using `Specialised.LoadStageChanged` event. |