summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-02-16 22:11:20 -0500
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-02-16 22:11:20 -0500
commit2f101e716adae530d0451b1673a80fd25eced1b6 (patch)
tree27d0570f22182f49662203feef24e4acd7ddcbf8 /docs
parent3fc9b39486f5d95c0fd032ab8b7ded9784d40121 (diff)
downloadSMAPI-2f101e716adae530d0451b1673a80fd25eced1b6.tar.gz
SMAPI-2f101e716adae530d0451b1673a80fd25eced1b6.tar.bz2
SMAPI-2f101e716adae530d0451b1673a80fd25eced1b6.zip
encapsulate mod DB, add display name, and use in dependency checks (#439)
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 6c4bdf94..c4c269eb 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -1,6 +1,7 @@
# Release notes
## 2.5
* For players:
+ * Dependency errors will now show the name of the missing mod, instead of its ID.
* Fixed mod crashes being logged under `[SMAPI]` instead of the mod name.
* Updated compatibility list and enabled update checks for more older mods.