Skip to content

Commit

Permalink
changelog: 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Mar 25, 2023
1 parent d94f955 commit 9562ccd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
1.7.3 (2023-03-24)
==================
This is a small release that fixes a bug in `Regex::shortest_match_at` that
could cause it to panic, even when the offset given is valid.

Bug fixes:

* [BUG #969](https://github.com/rust-lang/regex/issues/969):
Fix a bug in how the reverse DFA was called for `Regex::shortest_match_at`.


1.7.2 (2023-03-21)
==================
This is a small release that fixes a failing test on FreeBSD.
Expand Down

0 comments on commit 9562ccd

Please sign in to comment.