diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-03-03 17:54:17 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-03-03 17:54:17 -0500 |
commit | 36a527956c5410fe5992bfc42fdc11adff9cd9db (patch) | |
tree | ca7a4c98fbb24d0f57de9753779e7cd3bf45a971 /docs | |
parent | adebec4dd4d3bf4b45f23377a6ab1525fa2d78ef (diff) | |
download | SMAPI-36a527956c5410fe5992bfc42fdc11adff9cd9db.tar.gz SMAPI-36a527956c5410fe5992bfc42fdc11adff9cd9db.tar.bz2 SMAPI-36a527956c5410fe5992bfc42fdc11adff9cd9db.zip |
fix detected incompatibility errors not showing mod's update URL (#453)
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 74db0256..190146fa 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,8 @@ # Release notes ## 2.6 (upcoming) +* For players: + * Fixed some incompatible-mod errors not showing mod's update URL. + * For the [log parser][]: * Fixed mod list not including all mods if at least one has no author name. * Fixed some log entries being incorrectly filtered. |