diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-07-28 00:36:34 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-07-28 00:36:34 -0400 |
commit | e3010f7c41028c3420df06e025f9af594b866c2b (patch) | |
tree | 4f9642d8d9308b0c22f2612d9d521bf44a2e2cee /docs | |
parent | 428f0c5880fa8b133f601beda2e27c87dc7134af (diff) | |
download | SMAPI-e3010f7c41028c3420df06e025f9af594b866c2b.tar.gz SMAPI-e3010f7c41028c3420df06e025f9af594b866c2b.tar.bz2 SMAPI-e3010f7c41028c3420df06e025f9af594b866c2b.zip |
refactor new code a bit
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 3072a0d6..fab3f25c 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -5,7 +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` + * 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: |