summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-02-25 23:27:44 -0500
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-02-25 23:27:44 -0500
commit212e85489a456acca6889faff5da835cbb707080 (patch)
treec262c217f73f9fe394763ba4403c73e51e0b07f2 /docs
parent0f8d183ec71ca42fdbfef08f7e1edc7f822ef040 (diff)
downloadSMAPI-212e85489a456acca6889faff5da835cbb707080.tar.gz
SMAPI-212e85489a456acca6889faff5da835cbb707080.tar.bz2
SMAPI-212e85489a456acca6889faff5da835cbb707080.zip
fix log parser not correctly parsing mod list if a mod has no author name
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 0da5220b..16284211 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -1,4 +1,8 @@
# Release notes
+## 2.6 (upcoming)
+* For the [log parser][]:
+ * Fixed mod list not including all mods if at least one has no author name.
+
## 2.5.2
* For modders:
* Fixed issue where replacing an asset through `asset.AsImage()` or `asset.AsDictionary()` didn't take effect.