summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-08-24 20:11:56 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-08-24 20:11:56 -0400
commit94b8262692d2452e77d57fa22046dded231cdb0a (patch)
tree7a65c992db59db0c0797799195ff1509c366ac20 /docs
parent046deb2d56b6d4665280cc5478d9e683ec1d777d (diff)
downloadSMAPI-94b8262692d2452e77d57fa22046dded231cdb0a.tar.gz
SMAPI-94b8262692d2452e77d57fa22046dded231cdb0a.tar.bz2
SMAPI-94b8262692d2452e77d57fa22046dded231cdb0a.zip
add heuristic field-to-property rewriter
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 a65db68c..3f7d5198 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -9,12 +9,13 @@
## Upcoming release
* For players:
- * 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.
+ * Added heuristic compatibility rewrites for some common cases. That fixes some mods which previously broke on Android or in newer game versions.
* Tweaked the rules for showing update alerts (see _for SMAPI developers_ below for details).
* Fixed crossplatform compatibility for mods which use the `[HarmonyPatch(type)]` attribute (thanks to spacechase0!).
* Fixed broken URL in update alerts for unofficial versions.
* Fixed rare error when a mod adds/removes event handlers asynchronously.
* Fixed rare issue where the console showed incorrect colors when mods wrote to it asynchronously.
+ * 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.
* For modders:
* You can now read/write `SDate` values to JSON (e.g. for `config.json`, network mod messages, etc).