summaryrefslogtreecommitdiff
path: root/ReleaseNotes.md
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-02-25 11:11:36 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2023-02-25 20:40:57 -0700
commit22edcf6a68a057ed04368d5f78c8ba3ddfee8d57 (patch)
tree62a21db8d3241bcf264bcf0874df632c4ce9ba94 /ReleaseNotes.md
parent7bd0072b5896bfc4172b6bda778cf149dd6282fa (diff)
reencode: Improve the error messages for trailing partial-UTF-8
Diffstat (limited to 'ReleaseNotes.md')
-rw-r--r--ReleaseNotes.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/ReleaseNotes.md b/ReleaseNotes.md
index c9d1233..71973aa 100644
--- a/ReleaseNotes.md
+++ b/ReleaseNotes.md
@@ -33,6 +33,10 @@
`.WriteString`. This only comes up if there is an I/O causing a
partial write.
+ - Bugfix: ReEncoder: The error messages for trailing partial UTF-8
+ now reflect the `InvalidUTF8` setting, rather than simply saying
+ "unflushed unicode garbage".
+
# v0.3.7 (2023-02-20)
Theme: Fixes from fuzzing (part 1?)