summaryrefslogtreecommitdiff
path: root/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-07-02 19:42:05 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-07-02 19:42:05 -0400
commit698328c52f60e6f825086585ef79f8c6eedb944e (patch)
treea4b1f066bfcf643f5240aee1f5224d25ca1fdf4d /release-notes.md
parente69d1615c4ff1cf93e51f83b66f7d32fe6baf942 (diff)
downloadSMAPI-698328c52f60e6f825086585ef79f8c6eedb944e.tar.gz
SMAPI-698328c52f60e6f825086585ef79f8c6eedb944e.tar.bz2
SMAPI-698328c52f60e6f825086585ef79f8c6eedb944e.zip
fix rare crash for some players when window loses focus (#306)
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 ae2f853d..b1917ef7 100644
--- a/release-notes.md
+++ b/release-notes.md
@@ -22,6 +22,7 @@ For players:
* `list_items` now also matches translated item names when playing in another language.
* `list_item_types` is a new command to see a list of item types.
* Added clearer error when a `config.json` is invalid.
+* Fixed rare crash when window loses focus for a few players (further to fix in 1.14).
For modders:
* You can now specify minimum dependency versions in `manifest.json`.