summaryrefslogtreecommitdiff
path: root/ReleaseNotes.md
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-02-16 17:32:17 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2023-02-18 22:45:54 -0700
commita87d6cbbb51a19071c5c742ef3c91bbb90a727c6 (patch)
tree5a1f15a62553a6dbddd10d32cdd5335e660225bc /ReleaseNotes.md
parent2eb60b8be25a4b0fe3f1c5d5ca302e7e68190bad (diff)
compat/json: Indent: Preserve trailing whitespace
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 c949fd6..73df694 100644
--- a/ReleaseNotes.md
+++ b/ReleaseNotes.md
@@ -29,6 +29,9 @@
function's lack of an `error` return value, and with the
behavior of `encoding/json`.
+ + compat/json.Indent: Preserve trailing whitespace, same as
+ `encoding/json`.
+
- Unicode:
+ Feature: Encoder, ReEncoder: Add an `InvalidUTF8`