summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-05-17 20:45:46 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-05-17 20:45:46 -0400
commitfe25a122f44fcd1454df3d5185efe9e54714a684 (patch)
tree47d86f7382a32a4b856f83e8bf6d859c20b96364 /docs
parent3c3920b86e302de52113d93c5c1e162b29ce495a (diff)
downloadSMAPI-fe25a122f44fcd1454df3d5185efe9e54714a684.tar.gz
SMAPI-fe25a122f44fcd1454df3d5185efe9e54714a684.tar.bz2
SMAPI-fe25a122f44fcd1454df3d5185efe9e54714a684.zip
fix some vanilla shirts not returned by item repo
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 304423fc..666dc8e4 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -10,6 +10,7 @@
## Upcoming release
* For players:
* Fixed error when running the Windows installer as administrator (thanks to LostLogic!).
+ * Fixed `player_add` and `list_items` console commands not including some shirts _(in Console Commands)_.
* For mod authors:
* Added validation for the manifest `Dependencies` field.