summaryrefslogtreecommitdiff
path: root/docs/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-06-30 17:09:29 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-06-30 17:09:29 -0400
commit599f5851928c82dba118e1d302da731a4ed4f91d (patch)
tree6dea4776d6a872d845cb15a52785542127639b00 /docs/release-notes.md
parent8b9d1baaea415dfb3d845e990898c29c024c5c18 (diff)
downloadSMAPI-599f5851928c82dba118e1d302da731a4ed4f91d.tar.gz
SMAPI-599f5851928c82dba118e1d302da731a4ed4f91d.tar.bz2
SMAPI-599f5851928c82dba118e1d302da731a4ed4f91d.zip
remove player_setlevel and player_setspeed commands (#415)
Diffstat (limited to 'docs/release-notes.md')
-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 ae7f766d..adf161b4 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -28,6 +28,7 @@
* Fixed issue where a mod crashing in `CanEdit` or `CanLoad` could cause an abort-retry loop.
* Fixed many mods not working if the player name is blank.
* Renamed `install.exe` to `install on Windows.exe` to avoid confusion.
+ * Removed the `player_setspeed` and `player_setlevel` commands, which weren't implemented in a useful way. Use a mod like CJB Cheats Menu if you need those.
* Updated compatibility list.
* For modders: