diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-01-16 17:08:08 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-01-16 17:08:08 -0500 |
commit | 230f1192056a5b49147bc45a8328b6132069f8c7 (patch) | |
tree | a3e0f4f886efd32c3ce6f3c42dbf029b0c921383 /docs | |
parent | 1ea8d752356b313d200810235463a322a47f9425 (diff) | |
download | SMAPI-230f1192056a5b49147bc45a8328b6132069f8c7.tar.gz SMAPI-230f1192056a5b49147bc45a8328b6132069f8c7.tar.bz2 SMAPI-230f1192056a5b49147bc45a8328b6132069f8c7.zip |
merge field rewriters to reduce rewrite iterations
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 1a6f4078..56564953 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -8,6 +8,7 @@ * Added automatic save recovery when the custom farm type isn't available anymore. * Added the new game build number to the SMAPI console + log. * The installer now detects Xbox app game folders. + * Reduced mod loading time a bit. * Fixed extra newlines shown in the console in non-developer mode. * Fixed macOS launch issue when using some terminals (thanks to bruce2409!). * Fixed Linux/macOS terminal ignoring backspace in Stardew Valley 1.5.5+. |