summaryrefslogtreecommitdiff
path: root/ReleaseNotes.md
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-02-25 16:17:06 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2023-02-25 18:42:05 -0700
commit7bd0072b5896bfc4172b6bda778cf149dd6282fa (patch)
tree518c9e62aace98fcca449fe73996abb8ee769db6 /ReleaseNotes.md
parent4233e5012ece6d5a7fee3b5a518c41d916e1cf52 (diff)
reencode: Fix the byte count for partial writes
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?)