diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-04-10 18:25:57 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-04-10 18:25:57 -0400 |
commit | b74b530a8acd850a0fa04f24347b91f02be7cbb6 (patch) | |
tree | 67287864189c1c9f253e8826a2c5398c0577a447 | |
parent | 13f31e8b725e46ca8442a943a5675723d22b4fdc (diff) | |
download | SMAPI-b74b530a8acd850a0fa04f24347b91f02be7cbb6.tar.gz SMAPI-b74b530a8acd850a0fa04f24347b91f02be7cbb6.tar.bz2 SMAPI-b74b530a8acd850a0fa04f24347b91f02be7cbb6.zip |
add code analyzers to release notes
-rw-r--r-- | docs/release-notes.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 3406e735..030af3ed 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -7,8 +7,9 @@ * Fixed SMAPI update checks not showing newer beta versions when using a beta version. * For modders: - * Dropped some deprecated APIs. + * Added code analysis to mod build config package to flag common issues as warnings. * Fixed some assets not being editable. + * Dropped some deprecated APIs. * For SMAPI developers: * Added prerelease versions to the mod update-check API response where available (GitHub only). |