summaryrefslogtreecommitdiff
path: root/docs/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-05-08 20:11:02 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-05-08 20:11:02 -0400
commitcbe8b597cb55285dea2bb2c34ab26f148a76bc17 (patch)
tree9397ece62492cb7d8d95dc01f665c5dca08b5086 /docs/release-notes.md
parentf8f8b237996a1c883d43e539a379bf713a5fd7be (diff)
downloadSMAPI-cbe8b597cb55285dea2bb2c34ab26f148a76bc17.tar.gz
SMAPI-cbe8b597cb55285dea2bb2c34ab26f148a76bc17.tar.bz2
SMAPI-cbe8b597cb55285dea2bb2c34ab26f148a76bc17.zip
prepare for release
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r--docs/release-notes.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index ee75bb83..98747613 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -1,12 +1,13 @@
← [README](README.md)
# Release notes
-## Upcoming release
+## 3.14.2
+Released 08 May 2022 for Stardew Valley 1.5.6 or later.
+
* For players:
* Enabled case-insensitive file paths by default for Android and Linux players.
- _This was temporarily disabled in SMAPI 3.14.1. This is no longer enabled by default for macOS and Windows players._
- * Improved performance of case-insensitive file paths.
- * Internal optimizations.
+ _This was temporarily disabled in SMAPI 3.14.1, and will remain disabled by default on macOS and Windows since their filesystems are already case-insensitive._
+ * Various performance improvements.
* For mod authors:
* Dynamic content packs created via `helper.ContentPacks.CreateTemporary` or `CreateFake` are now listed in the log file.
* Fixed assets loaded through a fake content pack not working correctly since 3.14.0.