diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-08-31 00:48:34 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-08-31 00:48:34 -0400 |
commit | ff8ffbdef0306254094258be326d75fcdc2bcbe1 (patch) | |
tree | 2896652d10e26f33923575522b30accacaab2222 /docs | |
parent | 4af0786ecb6b16826b2a23b1448c3ab8f5ccd569 (diff) | |
download | SMAPI-ff8ffbdef0306254094258be326d75fcdc2bcbe1.tar.gz SMAPI-ff8ffbdef0306254094258be326d75fcdc2bcbe1.tar.bz2 SMAPI-ff8ffbdef0306254094258be326d75fcdc2bcbe1.zip |
add paranoid warnings mode (#590)
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 0ff90aa3..5d0d8a4e 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -21,6 +21,7 @@ * **Breaking change:** most SMAPI files have been moved into a `smapi-internal` subfolder. This won't affect compiled mods, but you'll need to update the mod build config NuGet package when compiling mods. * For SMAPI developers: + * Added a 'paranoid warnings' option which reports mods using potentially sensitive .NET APIs (like file or shell access) in the mod issues list. * Adjusted `SaveBackup` mod to make it easier to account for custom mod subfolders in the installer. * Installer no longer special-cases Omegasis' older `SaveBackup` mod (now named `AdvancedSaveBackup`). |