diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-08-14 12:07:15 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-08-14 12:07:15 -0400 |
commit | 3299d25ee3d112d14475361eae294f64b9859efa (patch) | |
tree | 3e5c349789c9165ff545530e819779d9133eced8 /docs | |
parent | 36d20ce4ffca04cae05ef3b3fb286365ccec617d (diff) | |
download | SMAPI-3299d25ee3d112d14475361eae294f64b9859efa.tar.gz SMAPI-3299d25ee3d112d14475361eae294f64b9859efa.tar.bz2 SMAPI-3299d25ee3d112d14475361eae294f64b9859efa.zip |
drop backwards compatibility in update-check API
Update checks from older versions of SMAPI are never useful now that Stardew Valley 1.3 is released: older versions of SMAPI won't launch in Stardew Valley 1.3 (so they won't check for updates), and newer versions of SMAPI/mods won't work with older versions of the game.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index ab47b5c7..0ffcc591 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -23,6 +23,10 @@ * Fixed `.ToSButton()` methods not being public. * Updated compatibility list. +* For SMAPI developers: + * Dropped support for pre-SMAPI-2.6 update checks in the web API. + _These are no longer useful, even if the player still has earlier versions of SMAPI. Older versions of SMAPI won't launch in Stardew Valley 1.3 (so they won't check for updates), and newer versions of SMAPI/mods won't work with older versions of the game._ + ## 2.6 * For players: * Updated for Stardew Valley 1.3. |