diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-06-24 02:06:25 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-06-24 02:06:25 -0400 |
commit | 525ca7c9c99272c5aff557545c285f4307526589 (patch) | |
tree | 410ba1318652ff5da2766b9cbca7042de84ef95b /docs | |
parent | 1021c3291088d8e47dc23c608aaa7ff1f81c9fd7 (diff) | |
download | SMAPI-525ca7c9c99272c5aff557545c285f4307526589.tar.gz SMAPI-525ca7c9c99272c5aff557545c285f4307526589.tar.bz2 SMAPI-525ca7c9c99272c5aff557545c285f4307526589.zip |
fix config.user.json overrides no longer applied
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 622a146a..8920662f 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -10,6 +10,7 @@ ## Upcoming release * For players: * Minor optimizations. + * Fixed `smapi-internal/config.user.json` overrides not applied after SMAPI 3.14.0. * For the web UI: * Fixed the mod count in the log parser metadata. |