Skip to content

Commit 86836fb

Browse files
committed
changelog: 1.11.2
1 parent 63a26c1 commit 86836fb

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
11
1.11.2 (2025-08-24)
22
===================
3-
This is a new patch release of `regex` with some minor fixes.
3+
This is a new patch release of `regex` with some minor fixes. A larger number
4+
of typo or lint fix patches were merged. Also, we now finally recommend using
5+
`std::sync::LazyLock`.
46

57
Improvements:
68

79
* [BUG #1217](https://github.com/rust-lang/regex/issues/1217):
810
Switch recommendation from `once_cell` to `std::sync::LazyLock`.
11+
* [BUG #1225](https://github.com/rust-lang/regex/issues/1225):
12+
Add `DFA::set_prefilter` to `regex-automata`.
913

1014
Bug fixes:
1115

16+
* [BUG #1165](https://github.com/rust-lang/regex/pull/1150):
17+
Remove `std` dependency from `perf-literal-multisubstring` crate feature.
18+
* [BUG #1165](https://github.com/rust-lang/regex/pull/1165):
19+
Clarify the meaning of `(?R)$` in the documentation.
1220
* [BUG #1281](https://github.com/rust-lang/regex/pull/1281):
1321
Remove `fuzz/` and `record/` directories from published crate on crates.io.
1422

0 commit comments

Comments
 (0)