diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-12-20 20:27:21 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-12-20 20:27:21 -0500 |
commit | 0a00c70397d85777499dcf7877cef08727a2dbae (patch) | |
tree | 1e27745dfeb3f555f4bfd997d3ae6772d79eb823 /docs | |
parent | 4da65cf4c079ee32f0a5582fb73add2362b5a70c (diff) | |
download | SMAPI-0a00c70397d85777499dcf7877cef08727a2dbae.tar.gz SMAPI-0a00c70397d85777499dcf7877cef08727a2dbae.tar.bz2 SMAPI-0a00c70397d85777499dcf7877cef08727a2dbae.zip |
add console warning in paranoid 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 772d95aa..761012df 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -20,6 +20,7 @@ * For modders: * Added asset propagation for grass textures. * Added asset propagation for `Data\Bundles` changes (for added bundles only). + * Added direct `Console` access to paranoid mode warnings. * Improved error messages for `TargetParameterCountException` when using the reflection API. * `helper.Read/WriteSaveData` can now be used while a save is being loaded (e.g. within a `Specialized.LoadStageChanged` event). * Fixed private textures loaded from content packs not having their `Name` field set. |