diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-01-25 21:52:51 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-01-25 21:52:51 -0500 |
commit | 082028016993606e8deec84027c781d77e062caa (patch) | |
tree | 104d6fb0415287524dbad32431a6d6249155d93b /docs | |
parent | 0058267c36dbc11326a7a1839540809421ea82da (diff) | |
download | SMAPI-082028016993606e8deec84027c781d77e062caa.tar.gz SMAPI-082028016993606e8deec84027c781d77e062caa.tar.bz2 SMAPI-082028016993606e8deec84027c781d77e062caa.zip |
prepare for release
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 1e7558ff..dabdada1 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -7,10 +7,12 @@ * Migrated to Harmony 2.0 (see [_migrate to Harmony 2.0_](https://stardewvalleywiki.com/Modding:Migrate_to_Harmony_2.0) for more info). --> -## Upcoming release +## 3.9.1 +Released 25 January 2021 for Stardew Valley 1.5.4 or later. + * For players: - * Fixed _tile contains an invalid TileSheet reference_ errors when mods change certain maps. - * Fixed _patched game code_ issue shown for the bundled ErrorHandler mod. + * Fixed _tile contains an invalid TileSheet reference_ crash after mods change certain maps. + * Fixed _patched game code_ issue shown for the bundled Error Handler mod. ## 3.9 Released 22 January 2021 for Stardew Valley 1.5.4 or later. See [release highlights](https://www.patreon.com/posts/46553874). |