summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-12-04 23:47:27 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-12-04 23:47:27 -0500
commitcb9d6ae5ad9252c2a36174856b28f12344d026f3 (patch)
tree3e5b559713bac52099349fa85b2253c4cc29a282 /docs
parent0f37c0f92da5fb6fcf9e4317a1b4c8d3f4df8010 (diff)
downloadSMAPI-cb9d6ae5ad9252c2a36174856b28f12344d026f3.tar.gz
SMAPI-cb9d6ae5ad9252c2a36174856b28f12344d026f3.tar.bz2
SMAPI-cb9d6ae5ad9252c2a36174856b28f12344d026f3.zip
improve error when installer is pointed at a SDV 1.5.4 folder
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 0f6fba33..aa9b488c 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -4,7 +4,8 @@
## Upcoming version
* For players:
* You no longer need .NET 5 installed to run SMAPI or the installer.
- * Updated for the Stardew Valley 1.5.5 hotfix on 2021-12-03.
+ * The installer now detects when the game folder contains an incompatible older game version.
+ * Updated for the latest Stardew Valley 1.5.5 hotfix.
* 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.