diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-12-02 21:23:41 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-12-02 21:23:41 -0500 |
commit | d07495c2dc1ed2f2af343705a8c4381e4e9cff18 (patch) | |
tree | bf759fb0682f131f819775bff974b59129da925e /docs | |
parent | 71048825bd460fb89e1ea4a8262ad78575719d47 (diff) | |
download | SMAPI-d07495c2dc1ed2f2af343705a8c4381e4e9cff18.tar.gz SMAPI-d07495c2dc1ed2f2af343705a8c4381e4e9cff18.tar.bz2 SMAPI-d07495c2dc1ed2f2af343705a8c4381e4e9cff18.zip |
fix JSON Validator issues
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index dcce70c9..acb1e97c 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -3,11 +3,14 @@ # Release notes ## Upcoming release -* For the web UI: - * If a log can't be uploaded to Pastebin (e.g. due to rate limits), it'll be uploaded to Amazon S3 instead. Logs uploaded to S3 will expire after one month. +* For players: * Improved compatibility with some Linux terminals (thanks to archification and DanielHeath!). * Updated translations. Thanks to berkayylmao (added Turkish), feathershine (added Chinese), and Osiris901 (added Russian)! +* For the web UI: + * If a log can't be uploaded to Pastebin (e.g. due to rate limits), it'll be uploaded to Amazon S3 instead. Logs uploaded to S3 will expire after one month. + * Fixed JSON validator not letting you drag & drop a file. + ## 3.0 Released 26 November 2019 for Stardew Valley 1.4. |