diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-09-13 18:20:36 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-09-13 18:20:36 -0400 |
commit | a40ef854f3769a0e5d3c2629de538e272a6fcecf (patch) | |
tree | e225d8bae282816d114db0f060d115f0c61ed640 /docs | |
parent | 4fccaa35709440f98e275f0da3d2b65204b7d6e2 (diff) | |
download | SMAPI-a40ef854f3769a0e5d3c2629de538e272a6fcecf.tar.gz SMAPI-a40ef854f3769a0e5d3c2629de538e272a6fcecf.tar.bz2 SMAPI-a40ef854f3769a0e5d3c2629de538e272a6fcecf.zip |
fix JSON validator line numbers sometimes incorrect
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 0678f6e1..ddd0526b 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -8,6 +8,9 @@ * For mod authors: * Improved SMAPI's crossplatform read/writing of `Color`, `Point`, `Rectangle`, and `Vector2` in JSON to support nullable fields too. +* For the web UI: + * Fixed JSON validator line numbers sometimes incorrect. + ## 3.12.6 Released 03 September 2021 for Stardew Valley 1.5.4 or later. |