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
+
1
15
1.8.0 (2023-04-20)
2
16
==================
3
17
This 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}`.
119
133
Clarify documentation for ` \pX ` syntax.
120
134
121
135
122
-
123
136
1.7.3 (2023-03-24)
124
137
==================
125
138
This 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