diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-04-11 19:55:01 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-04-11 19:55:01 -0400 |
commit | 2d47e479a5e48a575db3ca9998653c0435419440 (patch) | |
tree | 319498e8724137a5680186645ca8324f2949eba3 /docs | |
parent | 15a80ab2442c18a478dbaec9d5120ec0cf25770b (diff) | |
download | SMAPI-2d47e479a5e48a575db3ca9998653c0435419440.tar.gz SMAPI-2d47e479a5e48a575db3ca9998653c0435419440.tar.bz2 SMAPI-2d47e479a5e48a575db3ca9998653c0435419440.zip |
fix draft releases being detected as update candidates
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 a5bd205f..e68720da 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -22,6 +22,7 @@ * 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 SMAPI update alerts for draft releases. * Fixed error when two content packs use different capitalisation for the same required mod ID. * Fixed rare crash if the game duplicates an item. |