diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-09-16 17:35:25 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-09-16 17:35:25 -0400 |
commit | f06b4dd6102e64f929a218192002c1d2ba05ebed (patch) | |
tree | 51bdf3f0fd285e21598a652d65d747c71017d375 /docs/release-notes.md | |
parent | 436eb95a8617cf6df061a61b66d6cd7c1cd6a494 (diff) | |
download | SMAPI-f06b4dd6102e64f929a218192002c1d2ba05ebed.tar.gz SMAPI-f06b4dd6102e64f929a218192002c1d2ba05ebed.tar.bz2 SMAPI-f06b4dd6102e64f929a218192002c1d2ba05ebed.zip |
fix conflict with PyTK's map display device
Diffstat (limited to 'docs/release-notes.md')
-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 bbf6e437..05f17a2f 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -10,6 +10,7 @@ ## Upcoming release * For players: * Fixed errors on Linux/Mac due to mods with incorrect filename case. + * Fixed map rendering crash due to conflict between SMAPI and PyTK. * For modders: * All content pack file paths accessed through `IContentPack` are now case-insensitive. |