diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-03-22 14:22:16 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-03-22 14:22:16 -0400 |
commit | 8d88ce8a169643e36531cc0db5cc6863db35e91f (patch) | |
tree | a0f2efba68f1a5fb9834fb702f7a6fe317b9fb6b /docs/release-notes.md | |
parent | dfb12351333dc3deb47f5c33212d7be7d2ac94d7 (diff) | |
download | SMAPI-8d88ce8a169643e36531cc0db5cc6863db35e91f.tar.gz SMAPI-8d88ce8a169643e36531cc0db5cc6863db35e91f.tar.bz2 SMAPI-8d88ce8a169643e36531cc0db5cc6863db35e91f.zip |
fix player_add error if the player has broken XNB mods
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r-- | docs/release-notes.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index df931eb3..67d043a1 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -6,6 +6,9 @@ * Fixed semi-transparency issues on Linux/Mac in recent versions of Mono (e.g. pink shadows). * Updated translations. Thanks to Annosz (added Hungarian)! +* For the Console Commands mod: + * fixed `player_add` error if you have broken XNB mods. + * For modders: * Added support for flipped and rotated map tiles (in collaboration with Platonymous). * Added support for `.tmx` maps using zlib compression (thanks to Platonymous!). |