summaryrefslogtreecommitdiff
path: root/docs/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-05-07 23:26:34 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-05-07 23:26:34 -0400
commite286e5591b315712909024f79f46c46563b65a56 (patch)
tree9b04cbe57938508dcd1dcbf1c8fc29cefa67dfcb /docs/release-notes.md
parentecdda9b07798df516d8fd91d9c388b4be5f27230 (diff)
downloadSMAPI-e286e5591b315712909024f79f46c46563b65a56.tar.gz
SMAPI-e286e5591b315712909024f79f46c46563b65a56.tar.bz2
SMAPI-e286e5591b315712909024f79f46c46563b65a56.zip
enable case-insensitive file paths by default for Android/Linux players
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r--docs/release-notes.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index d9761a6d..25dd295e 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -3,6 +3,8 @@
# Release notes
## Upcoming release
* 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.
* For mod authors:
* Dynamic content packs created via `helper.ContentPacks.CreateTemporary` or `CreateFake` are now listed in the log file.