summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-02-18 18:23:17 -0500
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-02-18 18:23:17 -0500
commit25cf3a86cf159aaef2f0de78a24d9d074a0bedf2 (patch)
tree3167aaf620e773f65c2c593ae19315c9ade8b240
parente7cb44efb7cc4fec1dc36c6110be0c948581be85 (diff)
downloadSMAPI-25cf3a86cf159aaef2f0de78a24d9d074a0bedf2.tar.gz
SMAPI-25cf3a86cf159aaef2f0de78a24d9d074a0bedf2.tar.bz2
SMAPI-25cf3a86cf159aaef2f0de78a24d9d074a0bedf2.zip
tweak release notes
-rw-r--r--docs/release-notes.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index cbffb60b..723cc540 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -1,12 +1,12 @@
# Release notes
## 2.5
* For players:
- * Added support for content packs, which can be dropped into `Mods` like normal mods.
+ * **Added support for content packs**, so sub-mods can be dropped into `Mods` just like normal mods.
* Added install scripts for Linux/Mac (no longer need to run `mono install.exe` through the terminal).
- * When a mod is skipped because you're missing a dependency, the error now shows the name and URL of the missing mod.
+ * Added the required mod's name and URL to dependency errors.
* Fixed mod crashes being logged under `[SMAPI]` instead of the mod name.
* Fixed uninstall script not confirming success on Linux/Mac.
- * Updated compatibility list and enabled update checks for more old mods.
+ * Updated compatibility list and enabled update checks for more mods.
* For modders:
* Added APIs to fetch and interact with content packs.
@@ -15,7 +15,7 @@
* Fixed unhelpful error when a mod exposes a non-public API.
* For SMAPI developers:
- * Overhauled `StardewModdingApi.config.json`'s `ModData` format to be more concise, reduce the memory footprint, and support versioning/defaulting more fields.
+ * Overhauled mod DB format to be more concise, reduce the memory footprint, and support versioning/defaulting more fields.
## 2.4
* For players: