summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-08-02 16:38:51 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-08-02 16:38:51 -0400
commit8da88b8fe5b41739c5cd0df3280b9770fc7f10a4 (patch)
treeaed3679d01ee546726851982862daac2bad38b41 /docs
parentba0dff819f2e65b16a0c7bc7a9233fdb101994d0 (diff)
parentb96bcb21894257f06716e6a51102f74d2aba5178 (diff)
downloadSMAPI-8da88b8fe5b41739c5cd0df3280b9770fc7f10a4.tar.gz
SMAPI-8da88b8fe5b41739c5cd0df3280b9770fc7f10a4.tar.bz2
SMAPI-8da88b8fe5b41739c5cd0df3280b9770fc7f10a4.zip
Merge branch 'develop' into stable
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 1fa58807..c6123bac 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -7,6 +7,24 @@
* Migrated to Harmony 2.0 (see [_migrate to Harmony 2.0_](https://stardewvalleywiki.com/Modding:Migrate_to_Harmony_2.0) for more info).
-->
+## 3.6.2
+Released 02 August 2020 for Stardew Valley 1.4.1 or later.
+
+* For players:
+ * Improved compatibility with some Linux terminals (thanks to jlaw and Spatterjaaay!).
+ * Fixed rare crash when a mod adds/removes an event handler from an event handler.
+ * Fixed string sorting/comparison for some special characters.
+
+* For the Console Commands mod:
+ * Fixed error opening menu when some item data is invalid.
+ * Fixed spawned Floor TV not functional as a TV (thanks to Platonymous!).
+ * Fixed spawned sturgeon roe having incorrect color.
+
+* For modders:
+ * Updated internal dependencies.
+ * SMAPI now ignores more file types when scanning for mod folders (`.doc`, `.docx`, `.rar`, and `.zip`).
+ * Added current GPU to trace logs to simplify troubleshooting.
+
## 3.6.1
Released 21 June 2020 for Stardew Valley 1.4.1 or later.