diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-10-21 12:24:18 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-10-21 12:24:18 -0400 |
commit | 2430b9c4ef755f5fcfb062e6c11570ad05211b73 (patch) | |
tree | 47394138bbd9e67f7b251058fe469853ca38b4bf /docs | |
parent | 54ab7dd6b337b0b9fc0a7d9e1017fa1faca972e0 (diff) | |
download | SMAPI-2430b9c4ef755f5fcfb062e6c11570ad05211b73.tar.gz SMAPI-2430b9c4ef755f5fcfb062e6c11570ad05211b73.tar.bz2 SMAPI-2430b9c4ef755f5fcfb062e6c11570ad05211b73.zip |
add troubleshooting guide link to intro, update release notes (#597)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 9601c946..f946a7e8 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -21,8 +21,10 @@ * Updated compatibility list. * For the web UI: + * Added a [mod compatibility page](https://mods.smapi.io). * The log parser now has a separate filter for game messages. * The log parser now shows content pack authors (thanks to danvolchek!). + * Corrected log parser instructions for Mac. * For modders: * Added [data API](https://stardewvalleywiki.com/Modding:Modder_Guide/APIs/Data). |