diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-11-30 16:54:50 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-11-30 16:54:50 -0500 |
commit | 08f4a6fa0b9166f5c70715ffe9dab6ac4daf1a02 (patch) | |
tree | 5ddabc0d67c6e78ea58d6d7bb12f7f4a051f6578 /docs | |
parent | 051b0c9bdacd86c18fe4b2a3419fe469e732c9ed (diff) | |
download | SMAPI-08f4a6fa0b9166f5c70715ffe9dab6ac4daf1a02.tar.gz SMAPI-08f4a6fa0b9166f5c70715ffe9dab6ac4daf1a02.tar.bz2 SMAPI-08f4a6fa0b9166f5c70715ffe9dab6ac4daf1a02.zip |
fix log parser error when uploading very large logs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 833f96b4..683e97b8 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -9,6 +9,7 @@ * Updated compatibility list. * The [log parser][] no longer expires logs after a week. * The [log parser][] now lets you close modals with `ESC` or a click outside it. + * Fixed [log parser][] error when uploading very large logs. * For modders: * Added `DaysSinceStart` property to `SDate` dates. |