diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-10-18 17:17:54 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-10-18 17:17:54 -0400 |
commit | 68c58a477783fc2ab3e0d3558ce3b6345a21236e (patch) | |
tree | adbb8b3793e00a280da57cae44eba3a3377da670 | |
parent | d578345cfd53df8a91ae8e0e1346b711332a999a (diff) | |
download | SMAPI-68c58a477783fc2ab3e0d3558ce3b6345a21236e.tar.gz SMAPI-68c58a477783fc2ab3e0d3558ce3b6345a21236e.tar.bz2 SMAPI-68c58a477783fc2ab3e0d3558ce3b6345a21236e.zip |
move release note
-rw-r--r-- | docs/release-notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 25b0d740..fa2ec91b 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -6,12 +6,12 @@ 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. + * Fixed map tile rotations/flips not working for farmhands in split-screen mode. * 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._ * 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.) - * Fixed map tile rotations/flips not working for farmhands in split-screen mode. * Fixed barn/coop exit warps being reset when you edit their interior map. * For the web UI: |