We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c788378 commit e008f83Copy full SHA for e008f83
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+1.9.4 (2023-08-26)
2
+==================
3
+This is a patch release that fixes a bug where `RegexSet::is_match(..)` could
4
+incorrectly return false (even when `RegexSet::matches(..).matched_any()`
5
+returns true).
6
+
7
+Bug fixes:
8
9
+* [BUG #1070](https://github.com/rust-lang/regex/issues/1070):
10
+Fix a bug where a prefilter was incorrectly configured for a `RegexSet`.
11
12
13
1.9.3 (2023-08-05)
14
==================
15
This is a patch release that fixes a bug where some searches could result in
0 commit comments