From 57bc71c7eb2e9c0145cae454424d53ca544f06e1 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Tue, 15 Sep 2020 17:34:14 -0400 Subject: make IContentPack file paths case-insensitive --- docs/release-notes.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') 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. -- cgit