summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-08-17 20:36:03 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-08-17 20:36:03 -0400
commit58fd6c71a2f9ad92879b04554b7443584eb7a267 (patch)
treeb8104fb3b2f1834b89c078896aef0f4599b6a13b /docs
parent92eff2519c9c71dd30be7927a540869d7f8ea8b8 (diff)
downloadSMAPI-58fd6c71a2f9ad92879b04554b7443584eb7a267.tar.gz
SMAPI-58fd6c71a2f9ad92879b04554b7443584eb7a267.tar.bz2
SMAPI-58fd6c71a2f9ad92879b04554b7443584eb7a267.zip
update release notes
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 e6679a5e..2282bc3d 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -11,6 +11,7 @@
* For players:
* Removed the experimental `RewriteInParallel` option added in SMAPI 3.6 (it was already disabled by default). Unfortunately this caused intermittent unpredictable errors when enabled.
* 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.