diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-09-15 17:34:14 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-09-15 17:34:14 -0400 |
commit | 57bc71c7eb2e9c0145cae454424d53ca544f06e1 (patch) | |
tree | ad7d27204e60e7afd6975a27558e171d2a385932 /docs | |
parent | 4189e2f3faa9197e83aebd32fc0af93d46ee1a61 (diff) | |
download | SMAPI-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.md | 6 |
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. |