diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-03-08 14:38:24 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-03-08 14:38:24 -0400 |
commit | e39b9e0d699079edfbcf8595d7499aff894578b6 (patch) | |
tree | f6f4f0da07a0908b135f20de828d490760503a23 /docs/release-notes.md | |
parent | 5ba53cb390e06094587b90bb4e00f000725bfc05 (diff) | |
download | SMAPI-e39b9e0d699079edfbcf8595d7499aff894578b6.tar.gz SMAPI-e39b9e0d699079edfbcf8595d7499aff894578b6.tar.bz2 SMAPI-e39b9e0d699079edfbcf8595d7499aff894578b6.zip |
fix log parse issues
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 fe4349c9..4a136df5 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -11,8 +11,9 @@ * Mods are no longer prevented from suppressing key presses in the chatbox. Use this power wisely. * For the web UI: - * Optimized log parser for very long multi-line log messages. * Added option to upload files using a file picker. + * Optimized log parser for very long multi-line log messages. + * Fixed log parser not detecting folder path in recent versions of SMAPI. * For SMAPI developers: * Added internal API to send custom input to the game/mods. This is mainly meant to support Virtual Keyboard on Android, but might be exposed as a public API in future versions. |