diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-01-15 18:34:05 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-01-15 18:34:05 -0500 |
commit | 5953fc3bd083ae0a579d2da1ad833e6163848086 (patch) | |
tree | fb4b0ec17ac2627b61624edba23b714a31eecd6f /docs | |
parent | bdb7b04b3edecdf7dfa665d8b5a50a1bbff62699 (diff) | |
parent | 415047bf8e44057d6aeeffc6191d00817f6b0d1b (diff) | |
download | SMAPI-5953fc3bd083ae0a579d2da1ad833e6163848086.tar.gz SMAPI-5953fc3bd083ae0a579d2da1ad833e6163848086.tar.bz2 SMAPI-5953fc3bd083ae0a579d2da1ad833e6163848086.zip |
Merge branch 'develop' into stable
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 6a6b07a2..a2ac8b35 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -7,6 +7,16 @@ * Migrated to Harmony 2.0 (see [_migrate to Harmony 2.0_](https://stardewvalleywiki.com/Modding:Migrate_to_Harmony_2.0) for more info). --> +## 3.8.4 +Released 15 January 2021 for Stardew Valley 1.5.3 or later. + +* For players: + * Updated for Stardew Valley 1.5.3. + * Fixed issue where title screen music didn't stop after loading a save. + +* For modders: + * Fixed `SemanticVersion` comparisons returning wrong value in rare cases. + ## 3.8.3 Released 08 January 2021 for Stardew Valley 1.5.2 or later. |