diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-09-01 21:03:02 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-09-01 21:03:02 -0400 |
commit | cf1d800b58bdd8c5f0ebb018da4cce6fad27adb0 (patch) | |
tree | f538445219e4ee2905252b51cb3b2d4d5c481fbf /docs | |
parent | 1240cb21024c3b715a6dacb2bec170a588a08791 (diff) | |
download | SMAPI-cf1d800b58bdd8c5f0ebb018da4cce6fad27adb0.tar.gz SMAPI-cf1d800b58bdd8c5f0ebb018da4cce6fad27adb0.tar.bz2 SMAPI-cf1d800b58bdd8c5f0ebb018da4cce6fad27adb0.zip |
add Big Silo to compatibility list
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 1db50e26..ba2fe46a 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -5,6 +5,7 @@ * For players: * Improved mod compatibility in 64-bit mode (thanks to spacechase0!). * Reducing load time when scanning/rewriting many mods for compatibility. + * Updated compatibility list. * For mod authors: * Fixed content packs created via `helper.ContentPacks.CreateFake` or `CreateTemporary` not initializing translations correctly. |