diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-11-26 17:02:54 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-11-26 17:02:54 -0500 |
commit | f44df025cab4c2b70bf07c6d8407c8cc465b57cb (patch) | |
tree | 456d2720ff178aa8f26482d7f9f32feb5ac04fd0 /docs/release-notes.md | |
parent | fc9043c1ba80bc7d593ca9f00659b866d99e2251 (diff) | |
download | SMAPI-f44df025cab4c2b70bf07c6d8407c8cc465b57cb.tar.gz SMAPI-f44df025cab4c2b70bf07c6d8407c8cc465b57cb.tar.bz2 SMAPI-f44df025cab4c2b70bf07c6d8407c8cc465b57cb.zip |
no longer expire saved logs after a week (#400)
Diffstat (limited to 'docs/release-notes.md')
-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 d2014b51..b60dad9d 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -11,6 +11,7 @@ * Fixed input `e.SuppressButton()` method not working with mouse buttons. * For log.smapi.io: + * Saved logs no longer expire after a week. * The upload-log modal can now be closed by pressing `ESC` or clicking outside it. ## 2.1 |