diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-01-29 20:43:45 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-01-29 20:43:45 -0500 |
commit | 25a9f54ecfdaf6c4ad67dfb46c3f8c556d15d949 (patch) | |
tree | b2f2eea91382c5d55bd4368e2a5d8dbdbf3e1094 /docs/release-notes.md | |
parent | 3431f486a2ef93e86d8923c1a4651644110df81b (diff) | |
download | SMAPI-25a9f54ecfdaf6c4ad67dfb46c3f8c556d15d949.tar.gz SMAPI-25a9f54ecfdaf6c4ad67dfb46c3f8c556d15d949.tar.bz2 SMAPI-25a9f54ecfdaf6c4ad67dfb46c3f8c556d15d949.zip |
fix manifest JSON schema's update key pattern
Diffstat (limited to 'docs/release-notes.md')
-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 4ca11f01..585644ef 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -11,6 +11,9 @@ * For console commands: * Fixed `player_add` with Journal Scraps and Secret Notes. +* For the web UI: + * Fixed JSON validator warning for update keys without a subkey. + ## 3.13.4 Released 16 January 2022 for Stardew Valley 1.5.6 or later. |