summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-08-03 19:11:39 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-08-03 19:11:39 -0400
commit2e442bf2ee9f7d73c935dfed95c996581a17e06f (patch)
tree9abcc5fc983002e73f7e82585f1aff12c62c495b /docs
parent5b31be76dd90711ff475341de8dfdb6e1f50b98a (diff)
parent1bb51b2c41bf5acdffb8e25c37187e9bdf9d3dd4 (diff)
downloadSMAPI-2e442bf2ee9f7d73c935dfed95c996581a17e06f.tar.gz
SMAPI-2e442bf2ee9f7d73c935dfed95c996581a17e06f.tar.bz2
SMAPI-2e442bf2ee9f7d73c935dfed95c996581a17e06f.zip
Merge branch 'develop' into stable
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md13
1 files changed, 12 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 36f07129..16744b24 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -1,8 +1,19 @@
← [README](README.md)
# Release notes
+## 3.12.1
+Released 03 August 2021 for Stardew Valley 1.5.4 or later.
+
+* For players:
+ * The software conflict message is now shown as a warning to simplify troubleshooting.
+ * Fixed error loading older Harmony mods for some Windows players using unofficial 64-bit Stardew Valley.
+ * Updated compatibility list.
+
+* For mod authors:
+ * Fixed `Constants.Save*` fields incorrect if the save's folder name and ID don't match.
+
## 3.12.0
-01 August 2021 for Stardew Valley 1.5.4 or later. See [release highlights](https://www.patreon.com/posts/54388616).
+Released 01 August 2021 for Stardew Valley 1.5.4 or later. See [release highlights](https://www.patreon.com/posts/54388616).
* For players:
* Added save recovery when content mods leave null objects in the save (in _Error Handler_).