summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-06-08 19:14:23 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-06-08 19:14:23 -0400
commitd09bdadfaa0895cb3262fc278d46facde9f87847 (patch)
tree4dfc0592332014859fdf703d8777c83ec5786228
parenta6741cce9bb408c44b94f9a8d814856a9cfc806f (diff)
downloadSMAPI-d09bdadfaa0895cb3262fc278d46facde9f87847.tar.gz
SMAPI-d09bdadfaa0895cb3262fc278d46facde9f87847.tar.bz2
SMAPI-d09bdadfaa0895cb3262fc278d46facde9f87847.zip
update release notes (#512)
-rw-r--r--docs/release-notes.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index b46e345f..e1f570fe 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -11,6 +11,8 @@
* Fixed console color scheme on Mac or in PowerShell, configurable via `StardewModdingAPI.config.json`.
* Fixed detection of GOG Galaxy install path in rare cases.
* Fixed install error on Linux/Mac in some cases.
+ * Fixed installer not finding game path in some cases.
+ * Fixed installer showing duplicate game paths in some cases.
* Fixed `smapi.io/install` not linking to a useful page.
* Fixed `world_setseason` command not running season-change logic.
* Fixed mod update checks failing if a mod only has prerelease versions on GitHub.