summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-05-12 00:21:52 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-05-12 00:21:52 -0400
commita9cadc7f32fd9fd244fc3e22c62a35e7c257c084 (patch)
treed07a8b34608f46948505755a599c07da65a7fde7 /docs
parent09f69d986f4f44521d8a2cd745269dce4b83320e (diff)
parente943ae84136d46432e04e577041850d2aa7db43e (diff)
downloadSMAPI-a9cadc7f32fd9fd244fc3e22c62a35e7c257c084.tar.gz
SMAPI-a9cadc7f32fd9fd244fc3e22c62a35e7c257c084.tar.bz2
SMAPI-a9cadc7f32fd9fd244fc3e22c62a35e7c257c084.zip
Merge branch 'develop' into stable
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 98747613..6311d7dc 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -1,6 +1,21 @@
← [README](README.md)
# Release notes
+## 3.14.3
+Released 12 May 2022 for Stardew Valley 1.5.6 or later.
+
+* For players:
+ * Reduced in-game performance impact.
+
+* For mod authors:
+ * Refactored how event handling works under the hood, particularly the new content API. This should have no effect on mod usage.
+ * Verbose mode now logs the in-game time.
+ * Fixed error when loading a `.xnb` file through the old content API without the file extension.
+ * Fixed asset propagation for player sprites not fully updating recolor masks in some cases.
+
+* For the web UI:
+ * Updated the JSON validator/schema for Content Patcher 1.26.0.
+
## 3.14.2
Released 08 May 2022 for Stardew Valley 1.5.6 or later.