We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d94f955 commit 9562ccdCopy full SHA for 9562ccd
CHANGELOG.md
@@ -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
12
1.7.2 (2023-03-21)
13
==================
14
This is a small release that fixes a failing test on FreeBSD.
0 commit comments