summaryrefslogtreecommitdiff
path: root/docs/release-notes.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r--docs/release-notes.md3
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).