summaryrefslogtreecommitdiff
path: root/ReleaseNotes.md
diff options
context:
space:
mode:
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 1981678..e047f7d 100644
--- a/ReleaseNotes.md
+++ b/ReleaseNotes.md
@@ -21,6 +21,10 @@
invalid UTF-8, include that byte value in the error message
rather than including the U+FFFD Unicode replacement character.
+ - Bugfix: Syntax errors on raw-bytes (for invalid UTF-8) no longer
+ show the raw byte as a `\u00XX` Unicode codepoint, but now as a
+ `\xXX` byte.
+
# v0.3.7 (2023-02-20)
Theme: Fixes from fuzzing (part 1?)