summaryrefslogtreecommitdiff
path: root/ReleaseNotes.md
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-02-15 15:10:00 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2023-02-18 22:45:54 -0700
commit7a938da20e8d243bc254cd821b7cf61b379be4a6 (patch)
treefa4844592ff59b0cdce06fcd758afa306725f2bb /ReleaseNotes.md
parent49319198500729fd65bd6d69071f45f2d7ae2aa7 (diff)
reencode: Rethink the UTF-8 buffer
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