diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-04-11 16:08:58 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-04-11 16:08:58 -0400 |
commit | e0488fa5b2a0a5236a7a034d6712392eb8ed1918 (patch) | |
tree | 990fe32d4553fd76093e8777870055f7c3a6b001 /docs | |
parent | b425bff1e992efbab154e3ef289e8cc4c41ab714 (diff) | |
download | SMAPI-e0488fa5b2a0a5236a7a034d6712392eb8ed1918.tar.gz SMAPI-e0488fa5b2a0a5236a7a034d6712392eb8ed1918.tar.bz2 SMAPI-e0488fa5b2a0a5236a7a034d6712392eb8ed1918.zip |
fix error when a remote mod version is invalid (#462)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 66d911b7..1a28af70 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -19,9 +19,10 @@ ## 2.5.5 * For players: - * Fixed mods not being loaded if an optional dependency is installed but skipped. - * Fixed rare crash when the game duplicates an item. + * Fixed mod not loaded if it has an optional dependency that's loaded but skipped. + * Fixed mod update alerts not shown if one mod has an invalid remote version. * Fixed SMAPI update alerts linking to the GitHub repository instead of [smapi.io](https://smapi.io). + * Fixed rare crash if the game duplicates an item. * For the [log parser][]: * Tweaked UI. |