diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-03-17 19:22:03 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-03-17 19:22:03 -0400 |
commit | 552886a0f3b8d309df9ce85343f41ca7d2fc1d28 (patch) | |
tree | 01647efb65d654c8aa9a28dd231c23256561164e /docs | |
parent | 4a7fb8bad2eabb215240e6a6d3febd1e91b3c2d5 (diff) | |
download | SMAPI-552886a0f3b8d309df9ce85343f41ca7d2fc1d28.tar.gz SMAPI-552886a0f3b8d309df9ce85343f41ca7d2fc1d28.tar.bz2 SMAPI-552886a0f3b8d309df9ce85343f41ca7d2fc1d28.zip |
fix world_clear removing chests that match a debris name
Diffstat (limited to 'docs')
-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 8f835497..228160c9 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -5,6 +5,7 @@ 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. * For the web UI: * The log parser now hides some messages by default, like the mod list. |