diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-10-30 19:53:28 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-10-30 19:53:28 -0400 |
commit | e89de6316d8a8b2e0169790b2a14427892828be5 (patch) | |
tree | 7c76381b25dfb77c100cd5f2115d7961de140ef4 /docs/release-notes.md | |
parent | 68c58a477783fc2ab3e0d3558ce3b6345a21236e (diff) | |
download | SMAPI-e89de6316d8a8b2e0169790b2a14427892828be5.tar.gz SMAPI-e89de6316d8a8b2e0169790b2a14427892828be5.tar.bz2 SMAPI-e89de6316d8a8b2e0169790b2a14427892828be5.zip |
add set_farm_type console command
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r-- | docs/release-notes.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index fa2ec91b..42519b1f 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,6 +1,10 @@ ← [README](README.md) # Release notes +## Upcoming release +* For players: + * Added `set_farm_type` [console command](https://stardewvalleywiki.com/Modding:Console_commands#Console_commands) to change the current farm type. + ## 3.12.8 Released 18 October 2021 for Stardew Valley 1.5.4. |