summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-02-16 23:12:01 -0500
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-02-16 23:12:01 -0500
commit8a1982326799dfe7f3d078beba32348befa1c9e6 (patch)
treed904aa73098f5e9577532fd1d03908e2e78f26d0 /docs
parent9b3dd42cbf62a8524ac390d9418cf961c502868a (diff)
downloadSMAPI-8a1982326799dfe7f3d078beba32348befa1c9e6.tar.gz
SMAPI-8a1982326799dfe7f3d078beba32348befa1c9e6.tar.bz2
SMAPI-8a1982326799dfe7f3d078beba32348befa1c9e6.zip
add mod page URL to missing-dependency errors (#437)
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`.