diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-09-23 23:25:51 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-11-28 00:01:51 -0500 |
commit | cb378a1c558dc2c5de9f2ab1ae9ba38b17d2ac7c (patch) | |
tree | 1bc55d4878954cf7f166ca66557456f331d811ec /docs | |
parent | 51c6ef9443c9d53448d39a97afde8a0fd23eec46 (diff) | |
download | SMAPI-cb378a1c558dc2c5de9f2ab1ae9ba38b17d2ac7c.tar.gz SMAPI-cb378a1c558dc2c5de9f2ab1ae9ba38b17d2ac7c.tar.bz2 SMAPI-cb378a1c558dc2c5de9f2ab1ae9ba38b17d2ac7c.zip |
keep installer window open if it crashes
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index d6e22af4..f8c1b495 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -6,6 +6,7 @@ * Updated for Stardew Valley 1.5.5. * Updated compatibility list. * Added `set_farm_type` [console command](https://stardewvalleywiki.com/Modding:Console_commands#Console_commands) to change the current farm type. + * Fixed installer window closing immediately if the installer crashed. * For mod authors: * Migrated to 64-bit MonoGame and .NET 5 on all platforms (see [migration guide for mod authors](https://stardewvalleywiki.com/Modding:Migrate_to_Stardew_Valley_1.5.5)). |