Skip to content

Commit 710222d

Browse files
committed
changelog: 1.8.3
1 parent 40d883d commit 710222d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
1.8.3 (2023-05-25)
2+
==================
3+
This is a patch release that fixes a bug where the regex would report a
4+
match at every position even when it shouldn't. This could occur in a very
5+
small subset of regexes, usually an alternation of simple literals that
6+
have particular properties. (See the issue linked below for a more precise
7+
description.)
8+
9+
Bug fixes:
10+
11+
* [BUG #999](https://github.com/rust-lang/regex/issues/999):
12+
Fix a bug where a match at every position is erroneously reported.
13+
14+
115
1.8.2 (2023-05-22)
216
==================
317
This is a patch release that fixes a bug where regex compilation could panic

0 commit comments

Comments
 (0)