File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
1.11.2 (2025-08-24)
2
2
===================
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 ` .
4
6
5
7
Improvements:
6
8
7
9
* [ BUG #1217 ] ( https://github.com/rust-lang/regex/issues/1217 ) :
8
10
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 ` .
9
13
10
14
Bug fixes:
11
15
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.
12
20
* [ BUG #1281 ] ( https://github.com/rust-lang/regex/pull/1281 ) :
13
21
Remove ` fuzz/ ` and ` record/ ` directories from published crate on crates.io.
14
22
You can’t perform that action at this time.
0 commit comments