diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-07-28 00:38:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-28 00:38:26 -0400 |
commit | b2a1a51dea572163993d496d7c1da569739dfa0e (patch) | |
tree | a145b56e41e51b2ca2fe22bec686eb7b96f21159 /docs | |
parent | 507154bf34cbd0db19ead7fe7228e64124e695bb (diff) | |
parent | e3010f7c41028c3420df06e025f9af594b866c2b (diff) | |
download | SMAPI-b2a1a51dea572163993d496d7c1da569739dfa0e.tar.gz SMAPI-b2a1a51dea572163993d496d7c1da569739dfa0e.tar.bz2 SMAPI-b2a1a51dea572163993d496d7c1da569739dfa0e.zip |
Merge pull request #793 from bladeoflight16/clearremoveable
Add an option to world_clear that leaves permanent objects alone
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 26188ff3..fab3f25c 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -5,6 +5,7 @@ * For players: * Added error if the wrong SMAPI bitness is installed (e.g. 32-bit SMAPI with 64-bit game). * Added error if some SMAPI files aren't updated correctly. + * Added `removable` option to the `world_clear` console command (thanks to bladeoflight16!). * Fixed intermittent error if a mod fetches mod-provided APIs asynchronously. * For mod authors: |