Skip to content

Commit 3d21492

Browse files
committed
changelog: 1.9.3
1 parent 73f7889 commit 3d21492

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
116
1.9.2 (2023-08-05)
217
==================
318
This is a patch release that fixes another memory usage regression. This

0 commit comments

Comments
 (0)