summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-08-16 11:28:13 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-08-16 11:28:13 -0400
commitd6dc1364bed4eb93bb8d376f9c1dec364ab82881 (patch)
tree813b7288e278b55f0c38e22932a64405714347e4 /docs
parent497192fab2a4310f345bbd473fa42649bb264c57 (diff)
downloadSMAPI-d6dc1364bed4eb93bb8d376f9c1dec364ab82881.tar.gz
SMAPI-d6dc1364bed4eb93bb8d376f9c1dec364ab82881.tar.bz2
SMAPI-d6dc1364bed4eb93bb8d376f9c1dec364ab82881.zip
update schema for Content Patcher 1.17
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 5735e388..e6679a5e 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -18,7 +18,7 @@
* You can now read/write `SDate` values to JSON (e.g. for `config.json`, network mod messages, etc).
* For the web UI:
- * Updated the JSON validator/schema for Content Patcher 1.16.
+ * Updated the JSON validator/schema for Content Patcher 1.16 and 1.17.
* For SMAPI developers:
* The web API now returns an update alert in two new cases: any newer unofficial update (previously only shown if the mod was incompatible), and a newer prerelease version if the installed non-prerelease version is broken (previously only shown if the installed version was prerelease).