diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-10-30 18:15:26 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-10-30 18:15:26 -0400 |
commit | cb74ce5a1716093818f7b4711af752d73e2187d9 (patch) | |
tree | 8d2a37ef8b0e554718895a83c2e3e35360e46aa1 /docs | |
parent | 08c30eeffd8cc62d00db33d91e3a9a6ab1d376a3 (diff) | |
download | SMAPI-cb74ce5a1716093818f7b4711af752d73e2187d9.tar.gz SMAPI-cb74ce5a1716093818f7b4711af752d73e2187d9.tar.bz2 SMAPI-cb74ce5a1716093818f7b4711af752d73e2187d9.zip |
improve update-check errors when connection is offline (#380)
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 c192d4ee..6a827b0f 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -5,6 +5,7 @@ * Added better Steam instructions to the SMAPI installer. * Renamed the default _TrainerMod_ mod to _Console Commands_ to clarify its purpose. * Hid the game's test messages from the console log. + * Improved update-check errors when connection is offline. * Fixed compatibility check crashing for players with Stardew Valley 1.08. * Fixed TrainerMod's `player_setlevel` command not also setting XP. |