diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-08-16 11:28:13 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-08-16 11:28:13 -0400 |
commit | d6dc1364bed4eb93bb8d376f9c1dec364ab82881 (patch) | |
tree | 813b7288e278b55f0c38e22932a64405714347e4 /docs | |
parent | 497192fab2a4310f345bbd473fa42649bb264c57 (diff) | |
download | SMAPI-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.md | 2 |
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). |