summaryrefslogtreecommitdiff
path: root/docs/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-10-08 20:10:12 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-10-08 20:10:12 -0400
commit7829df45cbe563ecbf95b84ffbc8cc86e06b1c92 (patch)
tree104834fa0fc8c09d8612900c04c51a5eda65fae6 /docs/release-notes.md
parent6053b8c01f4bf12bb6addb48c31e1032dc2e2b30 (diff)
downloadSMAPI-7829df45cbe563ecbf95b84ffbc8cc86e06b1c92.tar.gz
SMAPI-7829df45cbe563ecbf95b84ffbc8cc86e06b1c92.tar.bz2
SMAPI-7829df45cbe563ecbf95b84ffbc8cc86e06b1c92.zip
track game logs separately in log parser
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r--docs/release-notes.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 4e4c5dd9..6ce0169a 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -1,7 +1,7 @@
# Release notes
## 2.8 (upcoming)
* For players:
- * Update checks now work even when the mod has no update keys in most cases.
+ * Update checks now work even for mods without update keys in most cases.
* Reorganised SMAPI files:
* You can now group mods into subfolders to organise them.
* Most SMAPI files are now tucked into a `smapi-internal` subfolder.
@@ -19,6 +19,9 @@
* Fixed some errors logged as SMAPI instead of the affected mod.
* Updated compatibility list.
+* For the web UI:
+ * The log parser now has a separate filter for game messages.
+
* For modders:
* Added [data API](https://stardewvalleywiki.com/Modding:Modder_Guide/APIs/Data).
* Added `IContentPack.WriteJsonFile` method.