summaryrefslogtreecommitdiff
path: root/docs/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-02-18 02:33:30 -0500
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-02-18 02:33:30 -0500
commitf0cddebbe956262cb3645c6e9d27ca0cfb056125 (patch)
treefa27e77f03415ddabb9c7060455c9a1eda099c8b /docs/release-notes.md
parentf1c24e30522499199cbf2f75cb68d7b4e5942bf3 (diff)
downloadSMAPI-f0cddebbe956262cb3645c6e9d27ca0cfb056125.tar.gz
SMAPI-f0cddebbe956262cb3645c6e9d27ca0cfb056125.tar.bz2
SMAPI-f0cddebbe956262cb3645c6e9d27ca0cfb056125.zip
update release notes (#436)
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r--docs/release-notes.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index a1fb4a9d..cbffb60b 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -1,6 +1,7 @@
# Release notes
## 2.5
* For players:
+ * Added support for content packs, which can be dropped into `Mods` 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.
* Fixed mod crashes being logged under `[SMAPI]` instead of the mod name.
@@ -8,6 +9,7 @@
* Updated compatibility list and enabled update checks for more old mods.
* For modders:
+ * Added APIs to fetch and interact with content packs.
* Added support for `ISemanticVersion` in JSON models.
* Fixed deadlock in rare cases when injecting a file with an asset loader.
* Fixed unhelpful error when a mod exposes a non-public API.