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 73f7889 commit 3d21492Copy full SHA for 3d21492
CHANGELOG.md
@@ -1,3 +1,18 @@
1
+1.9.3 (2023-08-05)
2
+==================
3
+This is a patch release that fixes a bug where some searches could result in
4
+incorrect match offsets being reported. It is difficult to characterize the
5
+types of regexes susceptible to this bug. They generally involve patterns
6
+that contain no prefix or suffix literals, but have an inner literal along with
7
+a regex prefix that can conditionally match.
8
+
9
+Bug fixes:
10
11
+* [BUG #1060](https://github.com/rust-lang/regex/issues/1060):
12
+Fix a bug with the reverse inner literal optimization reporting incorrect match
13
+offsets.
14
15
16
1.9.2 (2023-08-05)
17
==================
18
This is a patch release that fixes another memory usage regression. This
0 commit comments