summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-08-06 22:23:18 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-08-06 22:23:18 -0400
commit8df5d79c9e01c2d665192ba5accfcd45a47e2dda (patch)
tree5b09b558d9d395d396058431fb8a77d8b846f206 /docs
parenta1a93ac4bf20458d49028ed40905e715aa1ae152 (diff)
downloadSMAPI-8df5d79c9e01c2d665192ba5accfcd45a47e2dda.tar.gz
SMAPI-8df5d79c9e01c2d665192ba5accfcd45a47e2dda.tar.bz2
SMAPI-8df5d79c9e01c2d665192ba5accfcd45a47e2dda.zip
fix ConsoleCommands item search code
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 42bd7975..691bf48e 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -2,6 +2,8 @@
## 2.6.1
* For players:
* Fixed custom festival maps always using spring tilesheets.
+ * Fixed `player_add` command not recognising return scepter.
+ * Fixed `player_add` showing fish twice.
* For modders:
* Fixed false compatibility error when constructing multidimensional arrays.