Skip to content

Commit 960aade

Browse files
committed
changelog: 1.8.1
1 parent f003d72 commit 960aade

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
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+
115
1.8.0 (2023-04-20)
216
==================
317
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}`.
119133
Clarify documentation for `\pX` syntax.
120134

121135

122-
123136
1.7.3 (2023-03-24)
124137
==================
125138
This is a small release that fixes a bug in `Regex::shortest_match_at` that

0 commit comments

Comments
 (0)