diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-06-03 18:52:16 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-06-03 18:52:16 -0400 |
commit | 8c4edc27656b7b60b4036a158c30f4fc1caccdd7 (patch) | |
tree | d94def35b98482be3c6e13e536109d1fa6d1a941 /docs | |
parent | cfc7233a0641b4c571068f67be7f2b4dba6d1c3f (diff) | |
download | SMAPI-8c4edc27656b7b60b4036a158c30f4fc1caccdd7.tar.gz SMAPI-8c4edc27656b7b60b4036a158c30f4fc1caccdd7.tar.bz2 SMAPI-8c4edc27656b7b60b4036a158c30f4fc1caccdd7.zip |
tweak new code, add release note (#718)
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 dcb4a485..b2ef5a8d 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -6,6 +6,7 @@ * Mod warnings are now listed alphabetically. * MacOS files starting with `._` are now ignored and can no longer cause skipped mods. * Simplified paranoid warning logs and reduced their log level. + * Reduced startup time when loading mod DLLs (thanks to ZaneYork!). * Fixed `BadImageFormatException` error detection. * Fixed black maps on Android for mods which use `.tmx` files. |