diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-07-29 22:42:47 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-07-29 22:42:47 -0400 |
commit | e96f4fb797c9544d525dbd414b034b0f545fc11b (patch) | |
tree | 585e99863d9d822bf49a9d4233250eab5af1651a /docs | |
parent | 778bcdfbe58dfe7214de6a06c47f43911c746fc5 (diff) | |
download | SMAPI-e96f4fb797c9544d525dbd414b034b0f545fc11b.tar.gz SMAPI-e96f4fb797c9544d525dbd414b034b0f545fc11b.tar.bz2 SMAPI-e96f4fb797c9544d525dbd414b034b0f545fc11b.zip |
format new code, update release notes
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 79168042..a5cfc9e4 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -14,6 +14,7 @@ * 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. + * Improved compatibility with some Linux terminals (thanks to Spatterjaaay!). * For the Console Commands mod: * Fixed error opening menu when some item data is invalid. |