summaryrefslogtreecommitdiff
path: root/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-05-21 17:29:40 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-05-21 17:29:40 -0400
commit9e7c77f1f4bb9bc244a8227d932a28999b022471 (patch)
tree8fbbcf554847ad8ba9451b3bb29096a430ad85ee /release-notes.md
parentc4eb21bd3104c90c4295bd05ec8bf8dc7611f3b1 (diff)
downloadSMAPI-9e7c77f1f4bb9bc244a8227d932a28999b022471.tar.gz
SMAPI-9e7c77f1f4bb9bc244a8227d932a28999b022471.tar.bz2
SMAPI-9e7c77f1f4bb9bc244a8227d932a28999b022471.zip
enable mod dependencies (#285)
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).