From bbfd42eeb3b71a773389b0df84d1b267ed0d606b Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sun, 28 May 2017 20:31:50 -0400 Subject: bump minimum game version to 1.2.30 --- 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 f202f4d4..34c3e141 100644 --- a/release-notes.md +++ b/release-notes.md @@ -22,6 +22,7 @@ For players: * Fixed "unknown mod" deprecation warnings by improving how SMAPI detects the mod using the event. * Fixed `libgdiplus.dylib` errors for some players on Mac. * Fixed rare crash when window loses focus for a few players. +* Bumped minimum game version to 1.2.30. For modders: * You can now add dependencies to `manifest.json`. -- cgit