diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-03-17 19:42:49 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-03-17 19:42:49 -0400 |
commit | 2a976f7236869fe929fa273deafe2b1b9661c3c4 (patch) | |
tree | 7ec5dff92712af1dc2b3c0b1ac80076b77cdea9e /docs | |
parent | 552886a0f3b8d309df9ce85343f41ca7d2fc1d28 (diff) | |
download | SMAPI-2a976f7236869fe929fa273deafe2b1b9661c3c4.tar.gz SMAPI-2a976f7236869fe929fa273deafe2b1b9661c3c4.tar.bz2 SMAPI-2a976f7236869fe929fa273deafe2b1b9661c3c4.zip |
add crops to world_clear
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 228160c9..e7ec77fb 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -5,7 +5,8 @@ These changes have not been released yet. * For players: * Updated game version check for the upcoming Stardew Valley 1.4. * Updated compatibility list. - * Fixed `world_clear debris` console command removing chests edited to have a debris name. + * Added crops option to `world_clear` console command. + * Fixed `world_clear` console command removing chests edited to have a debris name. * For the web UI: * The log parser now hides some messages by default, like the mod list. |