diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-02-24 16:52:38 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-02-24 16:52:38 -0500 |
commit | 691310d16e6873b83c55f62a59d5010dd8bb7e98 (patch) | |
tree | c62543dca097f7c914e27674222c34645f8498b8 /docs | |
parent | d7696912e007a2b455a2fd5e1974924d2efe83b3 (diff) | |
download | SMAPI-691310d16e6873b83c55f62a59d5010dd8bb7e98.tar.gz SMAPI-691310d16e6873b83c55f62a59d5010dd8bb7e98.tar.bz2 SMAPI-691310d16e6873b83c55f62a59d5010dd8bb7e98.zip |
add content pack support to log parser
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 03b6dd77..da651be2 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -22,6 +22,7 @@ * For the [log parser][]: * Significantly reduced download size when viewing files with repeated errors. + * Added support for SMAPI 2.5 content packs. * Improved parse error handling. * Fixed 'log started' field showing incorrect date. |