diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-06-28 22:30:34 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-06-28 22:30:34 -0400 |
commit | c9fedebaf3231a2d5a00a95ff1ffd3ac5dac4ae2 (patch) | |
tree | dd411378aa9a75854350e3638af3b87fa3b012a6 /docs | |
parent | 3f5a5e54041a641e30fc5cc899046953d9763da4 (diff) | |
download | SMAPI-c9fedebaf3231a2d5a00a95ff1ffd3ac5dac4ae2.tar.gz SMAPI-c9fedebaf3231a2d5a00a95ff1ffd3ac5dac4ae2.tar.bz2 SMAPI-c9fedebaf3231a2d5a00a95ff1ffd3ac5dac4ae2.zip |
add support for unofficial version in update checks (#532)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index a8f6d851..14cf78a2 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -10,6 +10,7 @@ * Improved update checks: * added beta update channel; * added support for optional files on Nexus; + * added support for unofficial updates from the wiki (only if the installed version is incompatible); * added console warning for mods which don't have update checks configured; * fixed mod update checks failing if a mod only has prerelease versions on GitHub; * fixed Nexus mod update alerts not showing HTTPS links. |