summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 6b0c5d28..831d89b0 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -1,9 +1,9 @@
# Release notes
## 2.5
* For players:
- * Dependency errors will now show the name of the missing mod, instead of its ID.
+ * When a mod is skipped because you're missing a dependency, the error now shows the name and URL of the missing mod.
* Fixed mod crashes being logged under `[SMAPI]` instead of the mod name.
- * Updated compatibility list and enabled update checks for more older mods.
+ * Updated compatibility list and enabled update checks for more old mods.
* For modders:
* Fixed error when accessing a mod-provided API whose underlying class is `internal`.