diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2023-04-09 13:08:06 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2023-04-09 13:08:06 -0400 |
commit | 46947683cd7c444d2afc8583198e1f103e905007 (patch) | |
tree | fce91f1b31a1beaa0cfb017c76dd766f9496b40d /docs | |
parent | 2e618672aa7bce36a968aca00c2da4eaf336c15f (diff) | |
download | SMAPI-46947683cd7c444d2afc8583198e1f103e905007.tar.gz SMAPI-46947683cd7c444d2afc8583198e1f103e905007.tar.bz2 SMAPI-46947683cd7c444d2afc8583198e1f103e905007.zip |
prepare for release
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 075ec6b4..e99218bd 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -7,10 +7,12 @@ _If needed, you can update to SMAPI 3.16.0 first and then install the latest version._ --> -## Upcoming release +## 3.18.3 +Released 09 April 2023 for Stardew Valley 1.5.6 or later. + * For players: * Fixed `findstr` installer error for some players. - * Fixed installer error for some Linux users due to a non-portable shebang (thanks to freyacoded!). + * Fixed installer error for some Linux players due to a non-portable shebang (thanks to freyacoded!). * Fixed error using load order overrides when there are broken mods installed (thanks to atravita!). * Removed `LargeAddressAware` flag on SMAPI (no longer needed since it's 64-bit now). * Improved translations. Thganks to stylemate (updated Korean)! |