summaryrefslogtreecommitdiff
path: root/docs/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-03-22 14:22:16 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-03-22 14:22:16 -0400
commit8d88ce8a169643e36531cc0db5cc6863db35e91f (patch)
treea0f2efba68f1a5fb9834fb702f7a6fe317b9fb6b /docs/release-notes.md
parentdfb12351333dc3deb47f5c33212d7be7d2ac94d7 (diff)
downloadSMAPI-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.md3
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!).