diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-03-07 21:43:23 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-03-07 21:43:23 -0500 |
commit | 00969f3b485fd0637980cb4dd8abead2fe621a3b (patch) | |
tree | 89dc275a6ffd394f040e1909aa22b2e8e9b55db7 /docs | |
parent | 5399239c2be01396958ed454d6ae56f006d20ca5 (diff) | |
download | SMAPI-00969f3b485fd0637980cb4dd8abead2fe621a3b.tar.gz SMAPI-00969f3b485fd0637980cb4dd8abead2fe621a3b.tar.bz2 SMAPI-00969f3b485fd0637980cb4dd8abead2fe621a3b.zip |
update the JSON schema for Content Patcher 1.21
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 36351f34..ed03b3db 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -20,6 +20,9 @@ Released 07 March 2021 for Stardew Valley 1.5.4 or later. * Fixed `RewriteMods` option ignored when rewriting for OS compatibility. * Fixed edge case when playing as a farmhand in non-English where translatable assets loaded via `IAssetLoader` weren't reapplied immediately when the server disconnects. +* For the web UI: + * Updated the JSON validator/schema for Content Patcher 1.21. + ## 3.9.2 Released 21 February 2021 for Stardew Valley 1.5.4 or later. |