diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-07-31 19:22:14 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-07-31 19:22:14 -0400 |
commit | c15d43049a08e73090d77cc150ac48476011a68c (patch) | |
tree | ff61f9d1fe0eae57e240658c286c1a4e5770dd51 /docs/release-notes.md | |
parent | 80d5672cdb04e8cba40b085b32ffcaf1fea78552 (diff) | |
download | SMAPI-c15d43049a08e73090d77cc150ac48476011a68c.tar.gz SMAPI-c15d43049a08e73090d77cc150ac48476011a68c.tar.bz2 SMAPI-c15d43049a08e73090d77cc150ac48476011a68c.zip |
fix map reload not correctly reloading interior doors
Diffstat (limited to 'docs/release-notes.md')
-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 9e26a974..4f874e38 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -15,6 +15,7 @@ * Updated Harmony 1.2.0.1 to 2.1.0 (see [_migrate to Harmony 2.0_](https://stardewvalleywiki.com/Modding:Migrate_to_Harmony_2.0) for more info). * SMAPI now intercepts `KeyNotFoundException` dictionary 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 error loading `.xnb` files from the local mod folder since SMAPI 3.0. + * Fixed reloading a map not correctly reapplying interior doors. ## 3.11.0 Released 09 July 2021 for Stardew Valley 1.5.4 or later. See [release highlights](https://www.patreon.com/posts/53514295). |