summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-09-15 17:34:14 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-09-15 17:34:14 -0400
commit57bc71c7eb2e9c0145cae454424d53ca544f06e1 (patch)
treead7d27204e60e7afd6975a27558e171d2a385932 /docs
parent4189e2f3faa9197e83aebd32fc0af93d46ee1a61 (diff)
downloadSMAPI-57bc71c7eb2e9c0145cae454424d53ca544f06e1.tar.gz
SMAPI-57bc71c7eb2e9c0145cae454424d53ca544f06e1.tar.bz2
SMAPI-57bc71c7eb2e9c0145cae454424d53ca544f06e1.zip
make IContentPack file paths case-insensitive
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 964a0c50..bbf6e437 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -8,6 +8,12 @@
-->
## Upcoming release
+* For players:
+ * Fixed errors on Linux/Mac due to mods with incorrect filename case.
+
+* For modders:
+ * All content pack file paths accessed through `IContentPack` are now case-insensitive.
+
* For the web UI:
* You can now renew the expiry for an uploaded JSON/log file if you need it longer.