summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-12-03 19:53:22 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-12-03 19:53:22 -0500
commit6df3b0b8148377fc01a6000043deb2960adcaead (patch)
tree359cbb668eb956b5ba95ff2ca1f4a1f48e441ffe /docs
parente4416925f9b4d1deac521c62918d008076ac6b05 (diff)
downloadSMAPI-6df3b0b8148377fc01a6000043deb2960adcaead.tar.gz
SMAPI-6df3b0b8148377fc01a6000043deb2960adcaead.tar.bz2
SMAPI-6df3b0b8148377fc01a6000043deb2960adcaead.zip
update for Stardew Valley 1.5.5 hotfix
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 09bbf832..3f13b4e2 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -4,6 +4,7 @@
## Upcoming version
* For players:
* You no longer need .NET 5 to run the SMAPI installer.
+ * Updated for the Stardew Valley 1.5.5 hotfix on 2021-12-03.
* For SMAPI maintainers:
* Added a new [scripted release package process](technical/smapi.md), which removes the need to compile SMAPI on multiple platforms and manually combine them.