summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-08-19 21:08:58 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-08-19 21:08:58 -0400
commit307bf6ce55e8880f0e0382cb678d7fcc6c74c11e (patch)
tree98b83ee9144ffca37a73067cfe9fa561a21045ac /docs
parent100e303b488a36e8410ff67e32c35bff80f21ba2 (diff)
downloadSMAPI-307bf6ce55e8880f0e0382cb678d7fcc6c74c11e.tar.gz
SMAPI-307bf6ce55e8880f0e0382cb678d7fcc6c74c11e.tar.bz2
SMAPI-307bf6ce55e8880f0e0382cb678d7fcc6c74c11e.zip
adjust SaveBackup mod to simplify installer logic (#583)
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index c742204e..7a30b0b6 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -3,6 +3,7 @@
* For players:
* 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`).
* Updated compatibility list.
* For modders:
@@ -12,6 +13,9 @@
* Fixed `IContentPack.ReadJsonFile` allowing non-relative paths.
* **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:
+ * Adjusted `SaveBackup` mod to make it easier to account for custom mod subfolders in the installer.
+
## 2.7
* For players:
* Updated for Stardew Valley 1.3.28.