File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
16
1.9.2 (2023-08-05)
2
17
==================
3
18
This is a patch release that fixes another memory usage regression. This
You can’t perform that action at this time.
0 commit comments