diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-12-04 22:41:59 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-12-04 22:41:59 -0500 |
commit | 0f37c0f92da5fb6fcf9e4317a1b4c8d3f4df8010 (patch) | |
tree | f2efd0df5a42b24d324e5b147e56e9237985b9e5 /docs | |
parent | cc35dbdb3d1fe0a82557857a72d842f1217812c2 (diff) | |
download | SMAPI-0f37c0f92da5fb6fcf9e4317a1b4c8d3f4df8010.tar.gz SMAPI-0f37c0f92da5fb6fcf9e4317a1b4c8d3f4df8010.tar.bz2 SMAPI-0f37c0f92da5fb6fcf9e4317a1b4c8d3f4df8010.zip |
update JSON validator for Content Patcher's new .fnt support
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 4fc6a524..0f6fba33 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -9,6 +9,9 @@ * For SMAPI maintainers: * Added a new [scripted release package process](technical/smapi.md), which removes the need to compile SMAPI on multiple platforms and manually combine them. +* For the web UI: + * Updated the JSON validator/schema for `.fnt` support in Content Patcher 1.24.0. + ## 3.13.1 Released 30 November 2021 for Stardew Valley 1.5.5 or later. |