From 8f1379e27323f00361c1cef107cf4ab269827b16 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Tue, 23 May 2017 16:51:03 -0400 Subject: fix rare crash when window loses focus for some players --- release-notes.md | 1 + 1 file changed, 1 insertion(+) (limited to 'release-notes.md') diff --git a/release-notes.md b/release-notes.md index c654e408..9506de9c 100644 --- a/release-notes.md +++ b/release-notes.md @@ -20,6 +20,7 @@ For players: * you have Stardew Valley 1.11 or earlier (which aren't compatible); * you run `install.exe` from within the downloaded zip file. * Fixed "unknown mod" deprecation warnings by improving how SMAPI detects the mod using the event. +* Fixed rare crash when window loses focuses for a few players. For modders: * Added `Context.IsInDrawLoop` for specialised mods. -- cgit