From d351ff0f2b464a0e9b3a31aa45cded30c0736888 Mon Sep 17 00:00:00 2001 From: Alex Touchet <26315797+atouchet@users.noreply.github.com> Date: Tue, 7 Apr 2026 16:47:06 -0700 Subject: [PATCH] Update couple of mistakes in the changelog --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8293723..1225b8f 100644 --- a/README.md +++ b/README.md @@ -79,11 +79,11 @@ Yanked due to accidental breakage and MSRV mistag. * [#101](https://github.com/unicode-rs/unicode-segmentation/pull/101) Upgrade to Unicode 14.0.0 ## 1.8.0 -* [#100](https://github.com/unicode-rs/unicode-segmentation/pull/100) * [#100](https://github.com/unicode-rs/unicode-segmentation/pull/100) - Increase `#[inline]` opportunities, resulting in 15-40% performance improvement. +* [#100](https://github.com/unicode-rs/unicode-segmentation/pull/100) Increase `#[inline]` opportunities, resulting in 15-40% performance improvement. * [#95](https://github.com/unicode-rs/unicode-segmentation/pull/98) Implement debug for Graphemes * [#94](https://github.com/unicode-rs/unicode-segmentation/pull/94) Add Initial fuzzer for oss-fuzz integration * [#93](https://github.com/unicode-rs/unicode-segmentation/pull/93) Fix unused imports and deprecated pattern warnings -* [#91](https://github.com/unicode-rs/unicode-segmentation/pull/92) Made local variable immutable by moving it into loop +* [#92](https://github.com/unicode-rs/unicode-segmentation/pull/92) Made local variable immutable by moving it into loop * [#91](https://github.com/unicode-rs/unicode-segmentation/pull/91) Add new iterator [UnicodeWordIndices](https://docs.rs/unicode-segmentation/latest/unicode_segmentation/struct.UnicodeWordIndices.html) and [unicode_word_indices](https://docs.rs/unicode-segmentation/latest/unicode_segmentation/trait.UnicodeSegmentation.html#tymethod.unicode_word_indices) ## 1.7.1