From 5ea871fee59e4a7ed7280d1678a76ed8019337b4 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sat, 6 Feb 2021 19:46:34 -0500 Subject: update schema for Content Patcher 1.20 --- docs/release-notes.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/release-notes.md b/docs/release-notes.md index 9f4ea50a..cb54ee98 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -16,6 +16,9 @@ * Fixed SMAPI toolkit defaulting the mod type incorrectly if a mod's `manifest.json` has neither `EntryDll` nor `ContentPackFor`. This only affects external tools, since SMAPI itself validates those fields separately. * Fixed edge case when playing in non-English where translatable assets loaded via `IAssetLoader` would no longer be applied after returning to the title screen unless manually invalidated from the cache. +* For the web UI: + * Updated the JSON validator/schema for Content Patcher 1.20. + ## 3.9.1 Released 25 January 2021 for Stardew Valley 1.5.4 or later. -- cgit