diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-05-08 18:22:35 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-05-08 18:22:35 -0400 |
commit | 26f95bca63e199cda3b3de1fa71eacab3110d17b (patch) | |
tree | 92840713d4359ed9c20001eb665e3a07cf335b11 /docs/release-notes.md | |
parent | b924fbae4ba6c490b84d06453d7f46fecf480bf4 (diff) | |
download | SMAPI-26f95bca63e199cda3b3de1fa71eacab3110d17b.tar.gz SMAPI-26f95bca63e199cda3b3de1fa71eacab3110d17b.tar.bz2 SMAPI-26f95bca63e199cda3b3de1fa71eacab3110d17b.zip |
optimize case where there's no legacy IAssetLoader/IAssetEditor instances
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 25dd295e..ee75bb83 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -6,6 +6,7 @@ * Enabled case-insensitive file paths by default for Android and Linux players. _This was temporarily disabled in SMAPI 3.14.1. This is no longer enabled by default for macOS and Windows players._ * Improved performance of case-insensitive file paths. + * Internal optimizations. * For mod authors: * Dynamic content packs created via `helper.ContentPacks.CreateTemporary` or `CreateFake` are now listed in the log file. * Fixed assets loaded through a fake content pack not working correctly since 3.14.0. |