diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-07-05 22:36:02 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-07-05 22:36:02 -0400 |
commit | 42099f24eea1a3858d980e707a3333854a14e0e9 (patch) | |
tree | d7824ec264fedc11ce42d8c9eb725754367eef0b /docs/release-notes.md | |
parent | 0ba4fd1785fc6a6aa931f18552261f33c2a2c0ef (diff) | |
download | SMAPI-42099f24eea1a3858d980e707a3333854a14e0e9.tar.gz SMAPI-42099f24eea1a3858d980e707a3333854a14e0e9.tar.bz2 SMAPI-42099f24eea1a3858d980e707a3333854a14e0e9.zip |
improve log parser's 'suggested fixes' styles
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r-- | docs/release-notes.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 8361a780..a94bb295 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -18,7 +18,9 @@ * The [FluentHttpClient package](https://github.com/Pathoschild/FluentHttpClient#readme) is now loaded by SMAPI. * For the web UI: - * The log parser now detects a missing or outdated Error Handler mod for its 'suggested fixes' section. + * Improved the log parser's 'suggested fixes' section: + * added warning if Error Handler is missing or outdated; + * improved visual styles. * Updated the JSON validator/schema for Content Patcher 1.27.0. * Fixed the mod count in the log parser metadata. |