File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 1+ 1.8.1 (2023-04-21)
2+ ==================
3+ This is a patch release that fixes a bug where a regex match could be reported
4+ where none was found. Specifically, the bug occurs when a pattern contains some
5+ literal prefixes that could be extracted _ and_ an optional word boundary in the
6+ prefix.
7+
8+ Bug fixes:
9+
10+ * [ BUG #981 ] ( https://github.com/rust-lang/regex/issues/981 ) :
11+ Fix a bug where a word boundary could interact with prefix literal
12+ optimizations and lead to a false positive match.
13+
14+
1151.8.0 (2023-04-20)
216==================
317This is a sizeable release that will be soon followed by another sizeable
@@ -119,7 +133,6 @@ Fix `\p{Lc}` so that it is equivalent to `\p{Cased_Letter}`.
119133Clarify documentation for ` \pX ` syntax.
120134
121135
122-
1231361.7.3 (2023-03-24)
124137==================
125138This is a small release that fixes a bug in ` Regex::shortest_match_at ` that
You can’t perform that action at this time.
0 commit comments