summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-07-21 00:43:43 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-07-21 00:43:43 -0400
commit7e5d77fb8c2606795af239717a596de460bc58f7 (patch)
tree2dc1cce2d75f3c97341ffc7b8686192075488d73 /docs
parentc74702b027aeab927b4e038e440cbbb24d859cfd (diff)
downloadSMAPI-7e5d77fb8c2606795af239717a596de460bc58f7.tar.gz
SMAPI-7e5d77fb8c2606795af239717a596de460bc58f7.tar.bz2
SMAPI-7e5d77fb8c2606795af239717a596de460bc58f7.zip
add error if some SMAPI DLLs have mismatched versions
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 fea93104..1614f169 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -9,7 +9,8 @@
## Upcoming release
* For players:
- * Added error message if you manually install the wrong SMAPI bitness (e.g. 32-bit SMAPI with 64-bit game).
+ * Added error if the wrong SMAPI bitness is installed (e.g. 32-bit SMAPI with 64-bit game).
+ * Added error if some SMAPI files aren't updated correctly.
* Fixed intermittent error if a mod fetches mod-provided APIs asynchronously.
* For mod authors: