From 8a1982326799dfe7f3d078beba32348befa1c9e6 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Fri, 16 Feb 2018 23:12:01 -0500 Subject: add mod page URL to missing-dependency errors (#437) --- docs/release-notes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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`. -- cgit