diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-01-07 00:05:27 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-01-07 00:05:27 -0500 |
commit | c6b40fb5911b54ace96167fe5fc1bce4fe3695bc (patch) | |
tree | e60d270458a9fdb3e8ca951214e1b3a8ae129c91 /docs/release-notes.md | |
parent | 51de495ae4c1b9da13cce24dc15ac844b24f657e (diff) | |
download | SMAPI-c6b40fb5911b54ace96167fe5fc1bce4fe3695bc.tar.gz SMAPI-c6b40fb5911b54ace96167fe5fc1bce4fe3695bc.tar.bz2 SMAPI-c6b40fb5911b54ace96167fe5fc1bce4fe3695bc.zip |
add more helpful `help` command output
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r-- | docs/release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index afb88f5b..ace1f61b 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -11,6 +11,7 @@ * For players: * Reduced memory usage. * You can now enter console commands for a specific screen in split-screen mode by adding `screen=ID` to the command. + * Typing `help` in the SMAPI console is now more friendly and helpful. * For modders: * Simplified tilesheet order warning added in 3.8.2. |