diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-08-06 03:19:38 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-09-14 19:06:14 -0400 |
commit | 674ceea74e74c5b0f432534dba981b5066ea7630 (patch) | |
tree | 49638afd825e5865b6f1891c4389ad7af6486aea /docs/release-notes.md | |
parent | 74e86de01e0f3fc7424a9dd0e7fa43853b35ae1e (diff) | |
download | SMAPI-674ceea74e74c5b0f432534dba981b5066ea7630.tar.gz SMAPI-674ceea74e74c5b0f432534dba981b5066ea7630.tar.bz2 SMAPI-674ceea74e74c5b0f432534dba981b5066ea7630.zip |
add support for transparent schema errors (#654)
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r-- | docs/release-notes.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 9ce88db1..e253c3c0 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -39,7 +39,8 @@ These changes have not been released yet. * For the JSON validator: * Added JSON validator at [json.smapi.io](https://json.smapi.io), which lets you validate a JSON file against predefined mod formats. * Added support for the `manifest.json` format. - * Added support for Content Patcher's `content.json` format (thanks to TehPers!). + * Added support for the Content Patcher format (thanks to TehPers!). + * Added support for referencing a schema in a JSON Schema-compatible text editor. * For modders: * Mods are now loaded much earlier in the game launch. This lets mods intercept any content asset, but the game is not fully initialised when `Entry` is called (use the `GameLaunched` event if you need to run code when the game is initialised). |