summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index b02b58d1..d550857c 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -7,11 +7,13 @@
* Migrated to Harmony 2.0 (see [_migrate to Harmony 2.0_](https://stardewvalleywiki.com/Modding:Migrate_to_Harmony_2.0) for more info).
-->
-## Upcoming release
+## 3.8
+Released 21 December 2020 for Stardew Valley 1.5 or later.
+
* For players:
* Updated for Stardew Valley 1.5, including split-screen support.
- * When the installer is run from within a game folder, it now installs SMAPI to that folder. That simplifies installation if you have multiple copies of the game or it can't otherwise auto-detect the game path.
- * Clarified not-a-mod error when the SMAPI installer is in the `Mods` folder.
+ * You can now run the installer from a subfolder of your game folder to auto-detect it. That simplifies installation if you have multiple copies of the game or it can't otherwise auto-detect the game path.
+ * Clarified error when the SMAPI installer is in the `Mods` folder.
* For modders:
* Added `PerScreen<T>` utility and new `Context` fields to simplify split-screen support in mods.
@@ -20,6 +22,9 @@
* For the Console Commands mod:
* Added `furniture` option to `world_clear`.
+* For the web UI:
+ * Updated the JSON validator/schema for Content Patcher 1.19.
+
## 3.7.6
Released 21 November 2020 for Stardew Valley 1.4.1 or later.