summaryrefslogtreecommitdiff
path: root/release-notes.md
diff options
context:
space:
mode:
Diffstat (limited to 'release-notes.md')
-rw-r--r--release-notes.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/release-notes.md b/release-notes.md
index 7fee542c..ec05d4c3 100644
--- a/release-notes.md
+++ b/release-notes.md
@@ -14,8 +14,12 @@ For mod developers:
See [log](https://github.com/Pathoschild/SMAPI/compare/1.13.1...1.14).
For players:
-* SMAPI now shows a friendly message when it can't detect the game.
-* SMAPI now shows a friendly message when you have Stardew Valley 1.11 or earlier (which aren't compatible).
+* SMAPI now shows a friendly error when it can't detect the game.
+* SMAPI now shows a friendly error when you have Stardew Valley 1.11 or earlier (which aren't compatible).
+* SMAPI now shows a friendly error if a mod dependency is missing (if it's listed in the mod's manifest).
+
+For modders:
+* You can now list mod dependencies in the `manifest.json`. SMAPI will make sure your dependencies are loaded before your mod, and will show a friendly error if a dependency is missing.
## 1.13.1
See [log](https://github.com/Pathoschild/SMAPI/compare/1.13...1.13.1).