We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9330ea5 commit 98c1b63Copy full SHA for 98c1b63
CHANGELOG.md
@@ -1,3 +1,19 @@
1
+1.7.1 (2023-01-09)
2
+==================
3
+This release was done principally to try and fix the doc.rs rendering for the
4
+regex crate.
5
+
6
+Performance improvements:
7
8
+* [PERF #930](https://github.com/rust-lang/regex/pull/930):
9
+ Optimize `replacen`. This also applies to `replace`, but not `replace_all`.
10
11
+Bug fixes:
12
13
+* [BUG #945](https://github.com/rust-lang/regex/issues/945):
14
+ Maybe fix rustdoc rendering by just bumping a new release?
15
16
17
1.7.0 (2022-11-05)
18
==================
19
This release principally includes an upgrade to Unicode 15.
0 commit comments