diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-05-31 17:41:17 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-05-31 17:41:17 -0400 |
commit | 10367a3eae27ccd668986d07522102a141c9ac31 (patch) | |
tree | 80c192fa1e07a242c09c5ad7895071e0a7d6ef7c /docs/release-notes.md | |
parent | 7bbbef7687d958a351b5491e2bb20116c23c31bd (diff) | |
download | SMAPI-10367a3eae27ccd668986d07522102a141c9ac31.tar.gz SMAPI-10367a3eae27ccd668986d07522102a141c9ac31.tar.bz2 SMAPI-10367a3eae27ccd668986d07522102a141c9ac31.zip |
update TMXTile to fix void map issue on Android
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 c9e16db8..dcb4a485 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -7,6 +7,7 @@ * MacOS files starting with `._` are now ignored and can no longer cause skipped mods. * Simplified paranoid warning logs and reduced their log level. * Fixed `BadImageFormatException` error detection. + * Fixed black maps on Android for mods which use `.tmx` files. * For the web UI: * Added GitHub licenses to mod compatibility list. |