summaryrefslogtreecommitdiff
path: root/docs/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-05-02 17:58:48 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-05-02 17:58:48 -0400
commitdc47ff15c57b0ba2263ab3b94b49e9906620f648 (patch)
treeadb716e7a536c6bc9437848463d0b608449823a4 /docs/release-notes.md
parentb1a24452eef782332d699ef8193c01e0da8ffa01 (diff)
downloadSMAPI-dc47ff15c57b0ba2263ab3b94b49e9906620f648.tar.gz
SMAPI-dc47ff15c57b0ba2263ab3b94b49e9906620f648.tar.bz2
SMAPI-dc47ff15c57b0ba2263ab3b94b49e9906620f648.zip
fix log parser not recognising content packs with no description (#481)
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r--docs/release-notes.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index cde9cbc2..d13d9f8c 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -23,6 +23,9 @@
* Added `player_add name`, which lets you add items to your inventory by name instead of ID.
* Fixed `world_settime` sometimes breaking NPC schedules (e.g. so they stay in bed).
+* For the log parser:
+ * Fixed issue parsing content packs with no description.
+
* For SMAPI developers:
* Added more consistent crossplatform handling using a new `EnvironmentUtility`, including MacOS detection.
* Added beta update channel to SMAPI, the web API, and home page.