diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-06-20 11:31:01 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-06-20 11:31:01 -0400 |
commit | d02a40de997edf493354e85eb018ded84eb8f782 (patch) | |
tree | ed678caf20140168aff6d4816e882cef6a057a7e /docs | |
parent | b32cad4046916344665c67923482db09cacb366f (diff) | |
download | SMAPI-d02a40de997edf493354e85eb018ded84eb8f782.tar.gz SMAPI-d02a40de997edf493354e85eb018ded84eb8f782.tar.bz2 SMAPI-d02a40de997edf493354e85eb018ded84eb8f782.zip |
change default JSON validator schema to none
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 43e1011c..2780e5ad 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -20,7 +20,9 @@ * For the web UI: * Added GitHub licenses to mod compatibility list. - * Added SMAPI `i18n` schema to JSON validator. + * Improved JSON validator: + * added SMAPI `i18n` schema; + * changed default schema to plain JSON. * Updated ModDrop URLs. * Internal changes to improve performance and reliability. |