diff options
Diffstat (limited to 'release-notes.md')
-rw-r--r-- | release-notes.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/release-notes.md b/release-notes.md index 362b35e8..af535895 100644 --- a/release-notes.md +++ b/release-notes.md @@ -14,9 +14,10 @@ For mod developers: See [log](https://github.com/Pathoschild/SMAPI/compare/1.11...1.12). For players: -* SMAPI now recovers the game from mod draw errors to prevent a game crash. * The installer now lets you choose the install path if you have multiple copies of the game, instead of using the first path found. -* Fixed an issue where mods on Linux/Mac stopped working after the game saves. +* Fixed mod draw errors breaking the game. +* Fixed mods on Linux/Mac no longer working after the game saves. +* Fixed libgdiplus DLL-not-found errors on Linux/Mac when mods read PNG files. * Adopted pufferchick. For mod developers: |