diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-01-02 16:48:33 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-01-02 16:48:33 -0500 |
commit | d471ac296e2e6ca737781f80794a521b74ac75fb (patch) | |
tree | f20cfb05396910554db10e5feb0448b8719a76dc /docs | |
parent | d1a829497292ea4c72da5f9bbfb3b50404e06022 (diff) | |
download | SMAPI-d471ac296e2e6ca737781f80794a521b74ac75fb.tar.gz SMAPI-d471ac296e2e6ca737781f80794a521b74ac75fb.tar.bz2 SMAPI-d471ac296e2e6ca737781f80794a521b74ac75fb.zip |
fix parse error for logs with zero installed mods
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index aaa6d3cc..a7a3c97f 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -3,6 +3,9 @@ * For players: * Fixed rare issues caused by assembly references being incorrectly loaded twice. +* For the [log parser][]: + * Fixed parse error for logs with zero installed mods. + ## 2.3 * For players: * Added a user-friendly [download page](https://smapi.io). |