diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-04-25 20:41:52 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-04-25 20:41:52 -0400 |
commit | 230099692635a7ca53edfebf4ed9225b5b1d5779 (patch) | |
tree | 18fa5779bf02d6bf55a4a7cd7c594eec7da417fb /docs | |
parent | 469e0b8972bf79e5f22e5be4c1dcb8501cc37de4 (diff) | |
download | SMAPI-230099692635a7ca53edfebf4ed9225b5b1d5779.tar.gz SMAPI-230099692635a7ca53edfebf4ed9225b5b1d5779.tar.bz2 SMAPI-230099692635a7ca53edfebf4ed9225b5b1d5779.zip |
simplify beta channel logic (#457)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 86475d6e..5e14f34d 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -4,8 +4,8 @@ * Added support for Stardew Valley 1.3+; no longer compatible with earlier versions. * Added warning for mods which don't have update checks configured. * Added friendly error when game can't start audio. + * Added beta update channel. * Fixed detection of GOG install path in rare cases. - * Fixed SMAPI update checks not showing newer beta versions when using a beta version. * Fixed console color scheme on Mac or PowerShell, and added override option to `StardewModdingAPI.config.json`. * Fixed `world_settime` console command sometimes breaking NPC schedules (e.g. so they stay in bed). |