Skip to content

Commit 9562ccd

Browse files
committed
changelog: 1.7.3
1 parent d94f955 commit 9562ccd

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
1.7.3 (2023-03-24)
2+
==================
3+
This is a small release that fixes a bug in `Regex::shortest_match_at` that
4+
could cause it to panic, even when the offset given is valid.
5+
6+
Bug fixes:
7+
8+
* [BUG #969](https://github.com/rust-lang/regex/issues/969):
9+
Fix a bug in how the reverse DFA was called for `Regex::shortest_match_at`.
10+
11+
112
1.7.2 (2023-03-21)
213
==================
314
This is a small release that fixes a failing test on FreeBSD.

0 commit comments

Comments
 (0)