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 73df694..a8496e0 100644
--- a/ReleaseNotes.md
+++ b/ReleaseNotes.md
@@ -39,6 +39,11 @@
BackslashEscapeMode to allow emitted strings to contain
invalid UTF-8.
+ + Feature: ReEncoder: No longer unconditionally normalizes
+ `\uXXXX` hex characters to lower-case; now this is controlled
+ by the `BackslashEscaper` (and the default is now to leave the
+ capitalization alone).
+
+ Change: EscapeDefault, EscapeDefaultNonHTMLSafe: No longer
force long Unicode `\uXXXX` sequences for the U+FFFD Unicode
replacement character.