diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-02-25 01:26:03 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-02-25 01:26:03 -0500 |
commit | f65e618cd90e1721bd3a1df7f2af2478429bf7ba (patch) | |
tree | 2a1ebc426924b37e133bb51e61a5af63f26828c3 /docs | |
parent | d70d449c5c99e68677e83c66bdaf300be6b71ee2 (diff) | |
download | SMAPI-f65e618cd90e1721bd3a1df7f2af2478429bf7ba.tar.gz SMAPI-f65e618cd90e1721bd3a1df7f2af2478429bf7ba.tar.bz2 SMAPI-f65e618cd90e1721bd3a1df7f2af2478429bf7ba.zip |
fix blank page when uploading a log in some cases
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 14580bf8..0da5220b 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -3,6 +3,9 @@ * For modders: * Fixed issue where replacing an asset through `asset.AsImage()` or `asset.AsDictionary()` didn't take effect. +* For the [log parser][]: + * Fixed blank page after uploading a log in some cases. + ## 2.5.1 * For players: * Fixed event error in rare cases. |