summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-09-05 00:51:32 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-09-05 00:51:32 -0400
commit220f3bc578399412ecff0ab350b3b94ebe1d7ea0 (patch)
tree4dba73ff8e97502fcac929e9782419934e097cf7 /docs
parent4ce572fca6b37851b6070d82f1f0a2b94a04df44 (diff)
downloadSMAPI-220f3bc578399412ecff0ab350b3b94ebe1d7ea0.tar.gz
SMAPI-220f3bc578399412ecff0ab350b3b94ebe1d7ea0.tar.bz2
SMAPI-220f3bc578399412ecff0ab350b3b94ebe1d7ea0.zip
set max game version to prepare for upcoming SDV 1.5 update
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 297d8394..e335990b 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -19,6 +19,7 @@
* Fixed rare issue where the console showed incorrect colors when mods wrote to it asynchronously.
* Fixed SMAPI not always detecting broken field references in mod code.
* Removed the experimental `RewriteInParallel` option added in SMAPI 3.6 (it was already disabled by default). Unfortunately this caused intermittent and unpredictable errors when enabled.
+ * Internal changes to prepare for upcoming game updates.
* For modders:
* You can now read/write `SDate` values to JSON (e.g. for `config.json`, network mod messages, etc).