Skip to content

Commit 7dbb384

Browse files
committed
changelog: 1.12.0
1 parent bd345d7 commit 7dbb384

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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

56
Improvements:
67

@@ -9,12 +10,17 @@ Add `Capture::get_match` for returning the overall match without `unwrap()`.
910

1011
Bug 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):
1316
Fixes 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):
1720
Fixes 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

2026
1.11.3 (2025-09-25)

0 commit comments

Comments
 (0)