diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-09-06 21:41:02 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-09-06 21:41:02 -0400 |
commit | f2cb952dd1b3752bd172161afadf956b195ec73f (patch) | |
tree | 6d3471c6ac801d1223ea44e9f535ddcaf1eb77de /docs | |
parent | 47101419f2cf4b3c532fd996840d7301e77e7785 (diff) | |
download | SMAPI-f2cb952dd1b3752bd172161afadf956b195ec73f.tar.gz SMAPI-f2cb952dd1b3752bd172161afadf956b195ec73f.tar.bz2 SMAPI-f2cb952dd1b3752bd172161afadf956b195ec73f.zip |
add support for parallel stable/beta unofficial versions (#594)
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 bf0abae3..b9cee4c6 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -24,6 +24,7 @@ * **Breaking change:** most SMAPI files have been moved into a `smapi-internal` subfolder. This won't affect compiled mods, but you'll need to update the mod build config NuGet package when compiling mods. * For SMAPI developers: + * Added support for parallel stable/beta unofficial updates in update checks. * Added a 'paranoid warnings' option which reports mods using potentially sensitive .NET APIs (like file or shell access) in the mod issues list. * Adjusted `SaveBackup` mod to make it easier to account for custom mod subfolders in the installer. * Installer no longer special-cases Omegasis' older `SaveBackup` mod (now named `AdvancedSaveBackup`). |