summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 4f597758..07eb6c03 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -1,23 +1,24 @@
← [README](README.md)
# Release notes
-## Upcoming release
+## 3.12.3
+Released 25 August 2021 for Stardew Valley 1.5.4 or later.
+
* For players:
* Added friendly error in 64-bit mode when a mod is 32-bit only.
* Fixed console encoding issues on Linux/macOS.
- * Fixed some installer errors now show info header.
+ * Fixed some installer errors not showing info header.
* For mod authors:
* Added `helper.Translation.GetInAllLocales` to get a translation in every available locale.
* Fixed Visual Studio debugger crash when any mods are rewritten for compatibility (thanks to spacechase0!).
* Fixed `helper.Data.WriteJsonFile` not deleting the file if the model is null, unlike the other `Write*` methods.
* Fixed error-handling for `StackOverflowException` thrown on Linux/macOS.
- * Internal changes to prepare for upcoming releases.
+ * Internal changes to prepare for Stardew Valley 1.5.5.
* For the web API:
- * Fixed update checks...
- * not recommending prerelease mod versions if the player has a beta SMAPI version;
- * recommending prerelease versions if the player has a working non-prerelease version.
+ * Fixed update checks not shown for prerelease mod versions when you have a SMAPI beta.
+ * Fixed update checks shown for prerelease mod versions if you have a working non-prerelease version.
## 3.12.2
Released 05 August 2021 for Stardew Valley 1.5.4 or later.