diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-04-17 21:12:03 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-04-17 21:12:03 -0400 |
commit | 4af998024cf47ed90a2177c42b77217208685f50 (patch) | |
tree | 237e5dadaff00ae2d4b7349be3ca30038ea56f4d /docs | |
parent | bb2c52386015829c161a56d418f3795335559d8a (diff) | |
download | SMAPI-4af998024cf47ed90a2177c42b77217208685f50.tar.gz SMAPI-4af998024cf47ed90a2177c42b77217208685f50.tar.bz2 SMAPI-4af998024cf47ed90a2177c42b77217208685f50.zip |
add warning in developer mode for mods with no update keys
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 e524ea65..cde7847e 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -10,6 +10,7 @@ * For modders: * Added code analysis to mod build config package to flag common issues as warnings. + * Added warning when a mod doesn't have update keys (currently only shown in developer mode). * Dropped some deprecated APIs. * Fixed assets loaded by temporary content managers not being editable. * Fixed issue where assets didn't reload correctly when the player switches language. |