Skip to content

Commit e008f83

Browse files
committed
changelog: 1.9.4
1 parent c788378 commit e008f83

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -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+
113
1.9.3 (2023-08-05)
214
==================
315
This is a patch release that fixes a bug where some searches could result in

0 commit comments

Comments
 (0)