Skip to content

Commit

Permalink
changelog: 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Sep 29, 2024
1 parent 9239e7e commit 1533257
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
1.11.0 (2024-09-29)
===================
This is a new minor release of `regex` that brings in an update to the
Unicode Character Database. Specifically, this updates the Unicode data
used by `regex` internally to the version 16 release.

New features:

* [FEATURE #1228](https://github.com/rust-lang/regex/pull/1228):
Add new `regex::SetMatches::matched_all` method.
* [FEATURE #1229](https://github.com/rust-lang/regex/pull/1229):
Update to Unicode Character Database (UCD) version 16.


1.10.6 (2024-08-02)
===================
This is a new patch release with a fix for the `unstable` crate feature that
Expand Down

0 comments on commit 1533257

Please sign in to comment.