diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2023-03-26 13:28:53 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2023-04-09 13:16:46 -0400 |
commit | 5d4c733894404d19a3137a3b4d7e5fc015ecda42 (patch) | |
tree | 632cbadaf69e7e93455f1b4703fc306e11aa76d7 /docs/release-notes.md | |
parent | 212634ab551b84182ac09614047fbf5a4f3723ff (diff) | |
download | SMAPI-5d4c733894404d19a3137a3b4d7e5fc015ecda42.tar.gz SMAPI-5d4c733894404d19a3137a3b4d7e5fc015ecda42.tar.bz2 SMAPI-5d4c733894404d19a3137a3b4d7e5fc015ecda42.zip |
update release notes & tweak recent changes
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r-- | docs/release-notes.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index d6d3d1cd..e023cf64 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -8,6 +8,9 @@ --> ## Upcoming release +* For players: + * Added support for overriding SMAPI configuration per `Mods` folder (thanks to Shockah!). + * For mod authors: * Added support for [custom update manifests](https://stardewvalleywiki.com/Modding:Modder_Guide/APIs/Update_checks#Custom_update_manifest) (thanks to Jamie Taylor!). |