File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change 1- 1.12.0 (TBD)
2- ============
3- TODO
1+ 1.12.0 (2025-10-10)
2+ ===================
3+ This release contains a smattering of bug fixes, a fix for excessive memory
4+ consumption in some cases and a new ` regex::Captures::get_match ` API.
45
56Improvements:
67
@@ -9,12 +10,17 @@ Add `Capture::get_match` for returning the overall match without `unwrap()`.
910
1011Bug fixes:
1112
13+ * [ BUG #1083 ] ( https://github.com/rust-lang/regex/issues/1083 ) :
14+ Fixes a panic in the lazy DFA (can only occur for especially large regexes).
1215* [ BUG #1116 ] ( https://github.com/rust-lang/regex/issues/1116 ) :
1316Fixes a memory usage regression for large regexes (introduced in ` regex 1.9 ` ).
14- * [ BUG #1165 ] ( https://github.com/rust-lang/regex/issues/1083 ) :
15- Fixes a panic in the lazy DFA (can only occur for especially large regexes) .
17+ * [ BUG #1195 ] ( https://github.com/rust-lang/regex/issues/1195 ) :
18+ Fix universal start states in sparse DFA.
1619* [ BUG #1295 ] ( https://github.com/rust-lang/regex/pull/1295 ) :
1720Fixes a panic when deserializing a corrupted dense DFA.
21+ * [ BUG 8f5d9479] ( https://github.com/rust-lang/regex/commit/8f5d9479d0f1da5726488a530d7fd66a73d05b80 ) :
22+ Make ` regex_automata::meta::Regex::find ` consistently return ` None ` when
23+ ` WhichCaptures::None ` is used.
1824
1925
20261.11.3 (2025-09-25)
You can’t perform that action at this time.
0 commit comments