summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-11-21 14:08:04 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-11-21 14:08:04 -0500
commita0cb83ed406fc0447e8edf00e680585005480d23 (patch)
treeefc2f877a6f41869a40b6d0a320e6d5c4fd591ca /docs
parentcfdf783c2dfe659ff4bc656f720ddbf5c16c871a (diff)
downloadSMAPI-a0cb83ed406fc0447e8edf00e680585005480d23.tar.gz
SMAPI-a0cb83ed406fc0447e8edf00e680585005480d23.tar.bz2
SMAPI-a0cb83ed406fc0447e8edf00e680585005480d23.zip
prepare for release
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index ac2dcce4..1115f482 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -7,13 +7,15 @@
* 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.7.6
+Released 21 November 2020 for Stardew Valley 1.4.1 or later.
+
* For players:
- * Fixed error when heuristically rewriting a mod in rare cases (i.e. when it accesses a property for a type that no longer exists).
- * Fixed rare 'collection was modified' error when using `harmony summary` console command in rare cases.
+ * Fixed error when heuristically rewriting an outdated mod in rare cases.
+ * Fixed rare 'collection was modified' error when using `harmony summary` console command.
* For modders:
- * Updated TMXTile 1.5.6 → 1.5.8 to fix exported `.tmx` files losing tile index properties.
+ * Updated TMXTile to 1.5.8 to fix exported `.tmx` files losing tile index properties.
* For the Console Commands mod:
* `player_add` can now spawn shirts normally only available during character customization.