summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-10-27 02:44:53 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-10-27 02:44:53 -0400
commitb945fcf5553f2df63db1fad8a73c65cd7fa7daa3 (patch)
tree02663c2b1110a0a3ce1b46b8055e082020d357fa /docs
parent7f16ebdb19982c182b60312883452c44fdd08fda (diff)
downloadSMAPI-b945fcf5553f2df63db1fad8a73c65cd7fa7daa3.tar.gz
SMAPI-b945fcf5553f2df63db1fad8a73c65cd7fa7daa3.tar.bz2
SMAPI-b945fcf5553f2df63db1fad8a73c65cd7fa7daa3.zip
fix player_setlevel command not also changing XP (#359)
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 ba0815b3..9366e1fc 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -3,6 +3,7 @@
* For players:
* Fixed compatibility check crashing for players with Stardew Valley 1.08.
* Fixed the game's test messages being shown in the console and log.
+ * Fixed TrainerMod's `player_setlevel` command not also setting XP.
* For modders:
* Added support for public code in reflection API, to simplify mod integrations.