diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-05-17 19:27:16 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-05-17 19:27:16 -0400 |
commit | 8e2d8b97f047e6d79a3e424ba0dc611388cb65cd (patch) | |
tree | 94631f33593d0a4417dd7a6f8dd54b31a9a01460 /docs | |
parent | 4eebd813f239267d659f3cbf4fa6cf5d47d99c26 (diff) | |
download | SMAPI-8e2d8b97f047e6d79a3e424ba0dc611388cb65cd.tar.gz SMAPI-8e2d8b97f047e6d79a3e424ba0dc611388cb65cd.tar.bz2 SMAPI-8e2d8b97f047e6d79a3e424ba0dc611388cb65cd.zip |
fix mod update checks failing if a mod only has prerelease versions on GitHub
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 b380f11d..118cc441 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -13,6 +13,7 @@ * Fixed install error on Linux/Mac 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. * Renamed `install.exe` to `install on Windows.exe` to avoid confusion. * For modders: |