summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorGravatar Sam Atman2025-05-16 12:03:33 -0400
committerGravatar Sam Atman2025-05-16 12:03:33 -0400
commit9042273383de60f36a7938f0f0b49102117eef85 (patch)
tree38efa1dbceda1d0e332e53fdde8cb57ca8191ad4 /NEWS.md
parentMerge Grapheme Segmentation Iterator Tests (diff)
downloadzg-9042273383de60f36a7938f0f0b49102117eef85.tar.gz
zg-9042273383de60f36a7938f0f0b49102117eef85.tar.xz
zg-9042273383de60f36a7938f0f0b49102117eef85.zip
Proofread
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS.md b/NEWS.md
index a432c2f..8131878 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -52,9 +52,9 @@ UTF-8 into codepoints. Concerningly, this interpreted overlong
52sequences, which has been forbidden by Unicode for more than 20 years 52sequences, which has been forbidden by Unicode for more than 20 years
53due to the security risks involved. 53due to the security risks involved.
54 54
55This has been replaced with a DFA decoder based on the work of [Björn 55This has been replaced with a DFA decoder based on the work of
56Höhrmann][UTF], which has proven itself fast[^1] and reliable. This is 56[Björn Höhrmann][UTF], which has proven itself fast[^1] and reliable.
57a breaking change; sequences such as `"\xc0\xaf"` will no longer 57This is a breaking change; sequences such as `"\xc0\xaf"` will no longer
58produce the code `'/'`, nor will surrogates return their codepoint 58produce the code `'/'`, nor will surrogates return their codepoint
59value. 59value.
60 60