diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-09-18 11:07:06 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-09-18 11:07:06 -0400 |
commit | 54a7c1f9bde0f98d9f81aa9dcd7bd4c18e409877 (patch) | |
tree | 105fcba1dde2c6c899061a133c29c9fc998f696a /docs/release-notes.md | |
parent | 4a7eb97306c2663ff214cd1c914f910d269ea780 (diff) | |
download | SMAPI-54a7c1f9bde0f98d9f81aa9dcd7bd4c18e409877.tar.gz SMAPI-54a7c1f9bde0f98d9f81aa9dcd7bd4c18e409877.tar.bz2 SMAPI-54a7c1f9bde0f98d9f81aa9dcd7bd4c18e409877.zip |
add more visible log output for players during early startup
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 c51dec39..ab120994 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -3,6 +3,7 @@ # Release notes ## Upcoming release * For players: + * Added more progress updates in the log during startup. * Fixed crash loading mods with corrupted translation files. * For mod authors: |