From 2862fedb73685d7c26e3bb52daf1cfe77238d028 Mon Sep 17 00:00:00 2001 From: Li-yao Xia Date: Mon, 6 Feb 2023 03:22:05 +0000 Subject: [PATCH] Refine changelog phrasing [ci skip] --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 2b712fc6..a7e5359e 100644 --- a/changelog.md +++ b/changelog.md @@ -18,7 +18,7 @@ * `validateUtf8Chunk` * `validateUtf8More` -* Fix quadratic slowdown when decoding invalid UTF-8 bytestrings +* Fix quadratic slowdown when decoding bytestrings containing many UTF-8 errors (https://github.com/haskell/text/issues/495) * Add internal module `Data.Text.Internal.StrictBuilder`