From 68c58a477783fc2ab3e0d3558ce3b6345a21236e Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Mon, 18 Oct 2021 17:17:54 -0400 Subject: move release note --- docs/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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: -- cgit