summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-02-16 20:20:28 -0500
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-02-16 20:20:28 -0500
commitefd331ccd113fac5ba11825dcd1b2a446a65cdfe (patch)
tree7429933249c9bab97cead6e0ac3fb2bd89aa11a4 /docs
parent024489c33827ce8e1463eac199daa996a8a99216 (diff)
downloadSMAPI-efd331ccd113fac5ba11825dcd1b2a446a65cdfe.tar.gz
SMAPI-efd331ccd113fac5ba11825dcd1b2a446a65cdfe.tar.bz2
SMAPI-efd331ccd113fac5ba11825dcd1b2a446a65cdfe.zip
enable update checks for older Entoarox mods per request, update More Animals ID
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 dd39a179..6c4bdf94 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -2,6 +2,7 @@
## 2.5
* For players:
* Fixed mod crashes being logged under `[SMAPI]` instead of the mod name.
+ * Updated compatibility list and enabled update checks for more older mods.
* For modders:
* Fixed error when accessing a mod-provided API whose underlying class is `internal`.