From 4c471ea2154772e0eee6a50be2f0e468915a1b9d Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sun, 22 Dec 2019 18:46:03 -0500 Subject: fix CP schema not requiring Default field if AllowBlank is omitted --- docs/release-notes.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/release-notes.md b/docs/release-notes.md index 9b07160c..dc0f584d 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -21,6 +21,7 @@ * The log parser and JSON validator no longer save files to Pastebin due to ongoing performance issues. All files are now saved to Azure Blob storage instead and expire after one month. * Updated the JSON validator for Content Patcher 1.10 and 1.11. * Fixed JSON validator no longer letting you change format when viewing results. + * Fixed JSON validator for Content Patcher schema not requiring `Default` if `AllowBlank` omitted. * For modders: * Added asset propagation for... -- cgit