diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-10-17 19:53:24 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-10-17 19:53:24 -0400 |
commit | f8c9a2929bb42ef7f71fa3a2d258c5566960aa69 (patch) | |
tree | fa9a2e6c855a532dbd99910c7cdac1dc468010da /docs/release-notes.md | |
parent | 6bb156b3184d78789b5c8ddc8ce544b0fcb10a1e (diff) | |
download | SMAPI-f8c9a2929bb42ef7f71fa3a2d258c5566960aa69.tar.gz SMAPI-f8c9a2929bb42ef7f71fa3a2d258c5566960aa69.tar.bz2 SMAPI-f8c9a2929bb42ef7f71fa3a2d258c5566960aa69.zip |
prepare for release
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r-- | docs/release-notes.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 422435a6..25b0d740 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,11 +1,13 @@ ← [README](README.md) # Release notes -## Upcoming release +## 3.12.8 +Released 18 October 2021 for Stardew Valley 1.5.4. + * For players: * Fixed mod edits to the farmhouse shifting the player down one tile in some cases. * Improved translations. Thanks to ellipszist (added Thai) and Zangorr (added Polish)! - _(These are custom languages which require Stardew Valley 1.5.5 and the [Polish](https://www.nexusmods.com/stardewvalley/mods/3616) or [Thai](https://www.nexusmods.com/stardewvalley/mods/7052) mod.)_ + _These are custom languages which require Stardew Valley 1.5.5 and the [Polish](https://www.nexusmods.com/stardewvalley/mods/3616) or [Thai](https://www.nexusmods.com/stardewvalley/mods/7052) mod._ * For mod authors: * SMAPI now intercepts dictionary duplicate-key errors and adds the key to the error message to simplify troubleshooting. (Due to Harmony limitations, this only works for the dictionary types used by the game.) |