From 98c1b63ffe1d4d0c385137cf878e0e959454ce3d Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Mon, 9 Jan 2023 08:19:34 -0500 Subject: [PATCH] changelog: 1.7.1 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73e9e6659..466f5a9c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +1.7.1 (2023-01-09) +================== +This release was done principally to try and fix the doc.rs rendering for the +regex crate. + +Performance improvements: + +* [PERF #930](https://github.com/rust-lang/regex/pull/930): + Optimize `replacen`. This also applies to `replace`, but not `replace_all`. + +Bug fixes: + +* [BUG #945](https://github.com/rust-lang/regex/issues/945): + Maybe fix rustdoc rendering by just bumping a new release? + + 1.7.0 (2022-11-05) ================== This release principally includes an upgrade to Unicode 15.