From 7900a84bd68d7c9450bba719ce925b61043875f3 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sun, 26 Jul 2020 02:50:20 -0400 Subject: use ordinal comparison/sorting instead of invariant --- docs/release-notes.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/release-notes.md b/docs/release-notes.md index 9c92591e..79168042 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -13,6 +13,7 @@ * Added trace log for GPU running the game to simplify troubleshooting some issues. * Fixed launcher's fallback logic on Linux when no compatible terminal was found (thanks to jlaw!). * Fixed rare crash when a mod adds/removes an event handler from an event handler. + * Fixed string sorting/comparison for some special characters. * For the Console Commands mod: * Fixed error opening menu when some item data is invalid. -- cgit