diff options
author | bladeoflight16 <1159076+bladeoflight16@users.noreply.github.com> | 2021-07-26 21:32:29 -0400 |
---|---|---|
committer | bladeoflight16 <1159076+bladeoflight16@users.noreply.github.com> | 2021-07-27 17:23:54 -0400 |
commit | 428f0c5880fa8b133f601beda2e27c87dc7134af (patch) | |
tree | 263cebcfb3acb230f5e1356bc8101f10cbf89467 /docs | |
parent | ec7af3e2eede702425a50458aa0536e5da849247 (diff) | |
download | SMAPI-428f0c5880fa8b133f601beda2e27c87dc7134af.tar.gz SMAPI-428f0c5880fa8b133f601beda2e27c87dc7134af.tar.bz2 SMAPI-428f0c5880fa8b133f601beda2e27c87dc7134af.zip |
world_clear: Adding 'removeable' option that includes everything except permanent bushes
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..3072a0d6 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 `removeable` option to `world_clear` * Fixed intermittent error if a mod fetches mod-provided APIs asynchronously. * For mod authors: |