diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-07-21 13:51:11 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-07-21 13:51:11 -0400 |
commit | 4b07e1052027947186b6a7d4de489b5dc6a9d4f0 (patch) | |
tree | 3a43aaf6ba980224bd1ebe9b3833ff6ce9031b22 /docs/release-notes.md | |
parent | 4590b75bc3d14465b32f2a8fcdb35da82f8c4e09 (diff) | |
download | SMAPI-4b07e1052027947186b6a7d4de489b5dc6a9d4f0.tar.gz SMAPI-4b07e1052027947186b6a7d4de489b5dc6a9d4f0.tar.bz2 SMAPI-4b07e1052027947186b6a7d4de489b5dc6a9d4f0.zip |
ignore more content file types when detecting mods
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 837f31db..07905180 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -9,6 +9,7 @@ ## Upcoming release * For players: + * SMAPI now ignores more content file types when detecting mods (`.doc`, `.docx`, `.rar`, and `.zip`). * Fixed launcher's fallback logic on Linux when no compatible terminal was found (thanks to jlaw!). * For the Console Commands mod: |