summaryrefslogtreecommitdiff
path: root/ReleaseNotes.md
diff options
context:
space:
mode:
Diffstat (limited to 'ReleaseNotes.md')
-rw-r--r--ReleaseNotes.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/ReleaseNotes.md b/ReleaseNotes.md
index b7a8f76..c9d1233 100644
--- a/ReleaseNotes.md
+++ b/ReleaseNotes.md
@@ -28,6 +28,11 @@
- Bugfix: compat/json: `io.EOF` is now correctly converted to
"unexpected end of JSON input", same as `io.ErrUnexpectedEOF`.
+ - Bugfix: ReEncoder: Don't count bytes already in the UTF-8 decode
+ buffer toward the number of bytes returned from `.Write` and
+ `.WriteString`. This only comes up if there is an I/O causing a
+ partial write.
+
# v0.3.7 (2023-02-20)
Theme: Fixes from fuzzing (part 1?)