summaryrefslogtreecommitdiff
path: root/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-05-09 01:46:40 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-05-09 01:46:40 -0400
commit3d732275874e2f36e13f10813e08b7ed2fc143f8 (patch)
tree99c8039a53f0344ef0e32a0e19d2ede1cfe925fe /release-notes.md
parent467d4a27ee565433559c9dc374f5c95107938498 (diff)
downloadSMAPI-3d732275874e2f36e13f10813e08b7ed2fc143f8.tar.gz
SMAPI-3d732275874e2f36e13f10813e08b7ed2fc143f8.tar.bz2
SMAPI-3d732275874e2f36e13f10813e08b7ed2fc143f8.zip
when a fatal crash happens, keep a copy of the log and notify the player on relaunch
Diffstat (limited to 'release-notes.md')
-rw-r--r--release-notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/release-notes.md b/release-notes.md
index fc681138..2d88d197 100644
--- a/release-notes.md
+++ b/release-notes.md
@@ -15,6 +15,7 @@ See [log](https://github.com/Pathoschild/SMAPI/compare/1.12...1.13).
For players:
* SMAPI now has better draw error recovery and detects when the error is irrecoverable.
+* SMAPI now remembers if your game crashed and offers help next time you relaunch.
For mod developers:
* SMAPI now logs basic context info to simplify troubleshooting, and more detailed logging can be enabled by setting `VerboseLogging: true` in `StardewModdingAPI.config.json`.