Skip to content

Commit 98c1b63

Browse files
committed
changelog: 1.7.1
1 parent 9330ea5 commit 98c1b63

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -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+
117
1.7.0 (2022-11-05)
218
==================
319
This release principally includes an upgrade to Unicode 15.

0 commit comments

Comments
 (0)