diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-01-04 22:32:23 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-01-04 22:32:23 -0500 |
commit | d804526d52e6caa3fbaf22ad043898174b0b25ae (patch) | |
tree | 39ee796b52b1452a4c37e5e71e0d3feb7717948b /docs | |
parent | 93459a5e37b26cc8d742878dd993543c43f70694 (diff) | |
download | SMAPI-d804526d52e6caa3fbaf22ad043898174b0b25ae.tar.gz SMAPI-d804526d52e6caa3fbaf22ad043898174b0b25ae.tar.bz2 SMAPI-d804526d52e6caa3fbaf22ad043898174b0b25ae.zip |
remove DumpMetadata option
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 464803b2..32082356 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -38,6 +38,7 @@ * 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). + * Removed `DumpMetadata` option. It was only meant for specific debugging cases, but players would occasionally enable it incorrectly and then report crashes. * Fixed private textures loaded from content packs not having their `Name` field set. * For SMAPI developers: |