Skip to content

Commit

Permalink
changelog: 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Jan 9, 2023
1 parent 9330ea5 commit 98c1b63
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions 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.
Expand Down

0 comments on commit 98c1b63

Please sign in to comment.