diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-10-08 22:11:49 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-08 22:11:49 -0400 |
commit | f03b8176092cfa852514e55d8d9f3cbaf1d4288f (patch) | |
tree | 4d41340b2655fecad5164c82fc7c67d37e99602e /docs | |
parent | 980bc873e76854ec5f0ee4b554f3f5e206358648 (diff) | |
parent | 40f0a53f8fbab603b9b5349d9a9707cf1373c063 (diff) | |
download | SMAPI-f03b8176092cfa852514e55d8d9f3cbaf1d4288f.tar.gz SMAPI-f03b8176092cfa852514e55d8d9f3cbaf1d4288f.tar.bz2 SMAPI-f03b8176092cfa852514e55d8d9f3cbaf1d4288f.zip |
Merge pull request #595 from danvolchek/develop
Log Parser - Display author of content packs
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 6ce0169a..0abef381 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -21,6 +21,7 @@ * For the web UI: * The log parser now has a separate filter for game messages. + * The log parser now displays the author of each content pack. * For modders: * Added [data API](https://stardewvalleywiki.com/Modding:Modder_Guide/APIs/Data). |