diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2016-11-16 17:36:28 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2016-11-16 17:36:28 -0500 |
commit | 19bb255c988f161ce00586cb516de830732efe31 (patch) | |
tree | 3c631751827ddebf97c020f5c1d4b976aa83582e /release-notes.md | |
parent | 92cf3ab65e550e6f4170efbc52d37dc6d355c89f (diff) | |
download | SMAPI-19bb255c988f161ce00586cb516de830732efe31.tar.gz SMAPI-19bb255c988f161ce00586cb516de830732efe31.tar.bz2 SMAPI-19bb255c988f161ce00586cb516de830732efe31.zip |
add emergency interrupt feature (#168)
Diffstat (limited to 'release-notes.md')
-rw-r--r-- | release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/release-notes.md b/release-notes.md index f3ed2225..34f415f9 100644 --- a/release-notes.md +++ b/release-notes.md @@ -11,6 +11,7 @@ See [log](https://github.com/CLxS/SMAPI/compare/1.0...master). * more consistent and intuitive console color scheme; * no longer puts critical errors in a separate file. * Added optional `MinimumApiVersion` to `manifest.json`. +* Added emergency interrupt feature for mods which may corrupt saves. * Fixed `helper.ReadConfig<T>` error when the `config.json` file doesn't exist. * Fixed console exiting immediately when some exceptions occur. |