diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-01-15 21:18:15 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-01-15 21:18:15 -0500 |
commit | a5ba931770cf70b071c00f19dbccb594fb245e06 (patch) | |
tree | 5ec2f96c328f7b77d1b7d028157e30ec1b2a61ab /docs | |
parent | 1b52adb4fb6bcbe95f562e51ce914534ca1e64e8 (diff) | |
download | SMAPI-a5ba931770cf70b071c00f19dbccb594fb245e06.tar.gz SMAPI-a5ba931770cf70b071c00f19dbccb594fb245e06.tar.bz2 SMAPI-a5ba931770cf70b071c00f19dbccb594fb245e06.zip |
improve JSON validator schema for manifest update keys
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 49ee219a..06a133e8 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -17,6 +17,9 @@ * Added in SMAPI 3.9. This has vanilla error-handling that was previously added by SMAPI directly. That simplifies the core SMAPI logic, and lets players or modders disable it if needed. * Added a detailed message for the _Input string was not in a correct format_ error when the game fails to parse an item text description. +* For the web UI: + * Fixed JSON validator for manifest files marking some update keys as invalid incorrectly. + ## 3.8.4 Released 15 January 2021 for Stardew Valley 1.5.3 or later. |