diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-12-04 20:52:40 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-12-04 20:52:40 -0500 |
commit | 9465628effad6bdb1994599031a8f60c3af2452e (patch) | |
tree | 77276d3d3a4f29f8799189b52e9d98e0763b469c /docs | |
parent | 8ddb60cee636cc17291100c316df4786eb3bb448 (diff) | |
download | SMAPI-9465628effad6bdb1994599031a8f60c3af2452e.tar.gz SMAPI-9465628effad6bdb1994599031a8f60c3af2452e.tar.bz2 SMAPI-9465628effad6bdb1994599031a8f60c3af2452e.zip |
fix JSON validator format selector no longer working since URL changes
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 0b0a0f9e..dec552d6 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -6,6 +6,7 @@ * For the web UI: * If a JSON validator upload can't be saved to Pastebin (e.g. due to rate limits), it's now uploaded to Amazon S3 instead. Files uploaded to S3 expire after one month. * Updated the JSON validator for Content Patcher 1.10.0. + * Fixed JSON validator no longer letting you change format when viewing results. ## 3.0.1 Released 02 December 2019 for Stardew Valley 1.4.0.1. |