summaryrefslogtreecommitdiff
path: root/ReleaseNotes.md
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-02-14 11:02:09 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2023-02-18 22:45:54 -0700
commit49319198500729fd65bd6d69071f45f2d7ae2aa7 (patch)
tree95ca5950c0abd8f2ad8e8770799e7802454c62f0 /ReleaseNotes.md
parenteaaf7bc29d43b4470623c75e6e409a049b3083af (diff)
compat/json: Compact, Indent: Clear the output if there's an error
Diffstat (limited to 'ReleaseNotes.md')
-rw-r--r--ReleaseNotes.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/ReleaseNotes.md b/ReleaseNotes.md
index 613ea0c..e72a664 100644
--- a/ReleaseNotes.md
+++ b/ReleaseNotes.md
@@ -14,6 +14,9 @@
+ compat/json.Valid: No longer considers truncated JSON
documents to be valid.
+ + compat/json.Compact, compat/json.Indent: Don't write to the
+ destination buffer if there is a syntax error.
+
# v0.3.6 (2023-02-16)
Theme: Architectural improvements