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 111.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
57Improvements:
68
79* [ BUG #1217 ] ( https://github.com/rust-lang/regex/issues/1217 ) :
810Switch 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
1014Bug 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 ) :
1321Remove ` fuzz/ ` and ` record/ ` directories from published crate on crates.io.
1422
You can’t perform that action at this time.
0 commit comments