diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-12-23 21:38:19 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-12-23 21:38:19 -0500 |
commit | 9215f89825734f447b8637851569de9ffa08b661 (patch) | |
tree | 8c7447d5180904c6a4156a0bc430021288c17788 /docs | |
parent | 63111621c9375ac2e9a68eefa73ffe1d817000dd (diff) | |
download | SMAPI-9215f89825734f447b8637851569de9ffa08b661.tar.gz SMAPI-9215f89825734f447b8637851569de9ffa08b661.tar.bz2 SMAPI-9215f89825734f447b8637851569de9ffa08b661.zip |
fix edge cases in SMAPI log parsing (#743)
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 e54d6c71..e464154f 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -11,6 +11,9 @@ * For modders: * Fixed world events not raised for volcano levels. +For the web UI: + * Fixed edge cases in SMAPI log parsing. + ## 3.8 Released 21 December 2020 for Stardew Valley 1.5 or later. See [release highlights](https://www.patreon.com/posts/45294737). |