diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-06-02 17:52:54 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-06-02 17:52:54 -0400 |
commit | 6f4063cd868539a3de2057a363681c48da029f4e (patch) | |
tree | c39a589ad4185b8a27b5789093d3b1254ed51d84 | |
parent | 23c6ef01c184dfdbb7a2cb7f75a8d5fcbffa046f (diff) | |
download | SMAPI-6f4063cd868539a3de2057a363681c48da029f4e.tar.gz SMAPI-6f4063cd868539a3de2057a363681c48da029f4e.tar.bz2 SMAPI-6f4063cd868539a3de2057a363681c48da029f4e.zip |
add release note (#716)
-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. |