diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-08-16 22:03:22 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-08-16 22:03:22 -0400 |
commit | c51a593e93ba4d7e41971ed64cfa413449d501e3 (patch) | |
tree | 0cbdfc6fcd0044ad99ca51e1fe30381b79c25db0 /docs | |
parent | f23cd450a0cca3ede1dacb198b4dd6432a44bf16 (diff) | |
download | SMAPI-c51a593e93ba4d7e41971ed64cfa413449d501e3.tar.gz SMAPI-c51a593e93ba4d7e41971ed64cfa413449d501e3.tar.bz2 SMAPI-c51a593e93ba4d7e41971ed64cfa413449d501e3.zip |
fix log parser error if a mod logged a null character
Diffstat (limited to 'docs')
-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 1734ca2d..5626dcc8 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -31,7 +31,8 @@ * Added log parser warning about performance of PyTK 1.23.0 or earlier. * Converted images to SVG (thanks to ishan!). * Updated log parser for new update alert format in SMAPI 3.15.1. - * Fixed parsing for invalid content packs. + * Fixed log parsing for invalid content packs. + * Fixed log parsing if a mod logged a null character. ## 3.15.1 Released 06 July 2022 for Stardew Valley 1.5.6 or later. |