Skip to content

Commit

Permalink
changelog: 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Apr 21, 2023
1 parent f003d72 commit 960aade
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
1.8.1 (2023-04-21)
==================
This is a patch release that fixes a bug where a regex match could be reported
where none was found. Specifically, the bug occurs when a pattern contains some
literal prefixes that could be extracted _and_ an optional word boundary in the
prefix.

Bug fixes:

* [BUG #981](https://github.com/rust-lang/regex/issues/981):
Fix a bug where a word boundary could interact with prefix literal
optimizations and lead to a false positive match.


1.8.0 (2023-04-20)
==================
This is a sizeable release that will be soon followed by another sizeable
Expand Down Expand Up @@ -119,7 +133,6 @@ Fix `\p{Lc}` so that it is equivalent to `\p{Cased_Letter}`.
Clarify documentation for `\pX` syntax.



1.7.3 (2023-03-24)
==================
This is a small release that fixes a bug in `Regex::shortest_match_at` that
Expand Down

0 comments on commit 960aade

Please sign in to comment.