diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-08-24 20:35:13 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-08-24 20:35:13 -0400 |
commit | cd83782ef982b9791b233e384170e0064564c041 (patch) | |
tree | e965779912a914b7c77ddd43441d3200117c25d4 /docs/release-notes.md | |
parent | 04778dcb26f888b56a8d9a70586f8fb6146d3971 (diff) | |
download | SMAPI-cd83782ef982b9791b233e384170e0064564c041.tar.gz SMAPI-cd83782ef982b9791b233e384170e0064564c041.tar.bz2 SMAPI-cd83782ef982b9791b233e384170e0064564c041.zip |
fetch mod update keys from wiki when available
Diffstat (limited to 'docs/release-notes.md')
-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 6af726a1..12feb68a 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -4,6 +4,7 @@ * Added support for subfolders under `Mods`, for players who want to organise their mods. * Moved most SMAPI files into a `smapi-internal` subfolder. * Moved save backups into a `save-backups` subfolder (instead of `Mods/SaveBackup/backups`). Note that previous backups will be deleted when you update. + * Update checks now work even when the mod has no update keys in most cases. * Fixed installer duplicating bundled mods if you moved them after the last install. * Fixed crash when a mod manifest is corrupted. * Fixed error-handling when initialising paths. |