diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-09-18 12:43:31 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-09-18 12:43:31 -0400 |
commit | 6ac5ca090da088e96b0c6508866cebe7eedc439d (patch) | |
tree | 949166e5875c1969491fecb9d2c4d34afab936f8 /docs/release-notes.md | |
parent | 8a117744608dfff970855defbffb1f40466ab755 (diff) | |
download | SMAPI-6ac5ca090da088e96b0c6508866cebe7eedc439d.tar.gz SMAPI-6ac5ca090da088e96b0c6508866cebe7eedc439d.tar.bz2 SMAPI-6ac5ca090da088e96b0c6508866cebe7eedc439d.zip |
simplify exception logs
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r-- | docs/release-notes.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index f330c677..f619623f 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -4,7 +4,8 @@ ## Upcoming release * For players: * Added more progress updates in the log during startup. - * Simplified common asset load error message. + * Simplified asset load error message. + * Simplified exception logs. * Fixed crash loading mods with corrupted translation files. * For mod authors: |