diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-03-30 22:51:34 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-03-30 22:51:34 -0400 |
commit | 30e89b3a3373d3a73f62e7297ac27db8de70246b (patch) | |
tree | a29a18042822d1bea56f2b2a5b72a9150cc43781 /docs | |
parent | c3555c74f558cae5041c882fba0377d9fa2894be (diff) | |
download | SMAPI-30e89b3a3373d3a73f62e7297ac27db8de70246b.tar.gz SMAPI-30e89b3a3373d3a73f62e7297ac27db8de70246b.tar.bz2 SMAPI-30e89b3a3373d3a73f62e7297ac27db8de70246b.zip |
fix mods not being loaded if an optional dependency is installed but skipped
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index a3e1abbd..3406e735 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -15,7 +15,10 @@ * Added support for beta releases on the home page. --> -## vNext +## 2.5.5 +* For players: + * Fixed mods not being loaded if an optional dependency is installed but skipped. + * For the [log parser][]: * Tweaked UI. |