summaryrefslogtreecommitdiff
path: root/ReleaseNotes.md
diff options
context:
space:
mode:
Diffstat (limited to 'ReleaseNotes.md')
-rw-r--r--ReleaseNotes.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/ReleaseNotes.md b/ReleaseNotes.md
index e72a664..d9a671a 100644
--- a/ReleaseNotes.md
+++ b/ReleaseNotes.md
@@ -17,6 +17,12 @@
+ compat/json.Compact, compat/json.Indent: Don't write to the
destination buffer if there is a syntax error.
+ - Unicode:
+
+ + Bugfix: Encoder, ReEncoder: Fix an issue with decoding UTF-8
+ that when a codepoint straddles a write boundary it is
+ interpreted as a sequence of U+FFFD runes.
+
# v0.3.6 (2023-02-16)
Theme: Architectural improvements