summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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.