summaryrefslogtreecommitdiff
path: root/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-04-26 16:22:41 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-04-26 16:22:41 -0400
commit971bfd32d2f44d2fa1795807ce1ba1b700ff4f86 (patch)
tree23480fa01fe5fb0b00122973c5e3e5a6057156c3 /release-notes.md
parentafc8ae69fead4099ac86dcea6aa874f5b1540e29 (diff)
downloadSMAPI-971bfd32d2f44d2fa1795807ce1ba1b700ff4f86.tar.gz
SMAPI-971bfd32d2f44d2fa1795807ce1ba1b700ff4f86.tar.bz2
SMAPI-971bfd32d2f44d2fa1795807ce1ba1b700ff4f86.zip
detect exceptions logged directly to the console and log them as errors
Diffstat (limited to 'release-notes.md')
-rw-r--r--release-notes.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/release-notes.md b/release-notes.md
index dc800704..311128d0 100644
--- a/release-notes.md
+++ b/release-notes.md
@@ -15,9 +15,10 @@ See [log](https://github.com/Pathoschild/SMAPI/compare/1.10...1.11).
For players:
* Optimised console logging.
+* Errors when loading a save are now shown in the SMAPI console.
For mod developers:
-* `Console.Out` messages are now written to the log file.
+* `Console.Out` messages are now written to the log file.
## 1.10
See [log](https://github.com/Pathoschild/SMAPI/compare/1.9...1.10).