Skip to content

Commit

Permalink
changelog: 1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed May 25, 2023
1 parent 40d883d commit 710222d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
1.8.3 (2023-05-25)
==================
This is a patch release that fixes a bug where the regex would report a
match at every position even when it shouldn't. This could occur in a very
small subset of regexes, usually an alternation of simple literals that
have particular properties. (See the issue linked below for a more precise
description.)

Bug fixes:

* [BUG #999](https://github.com/rust-lang/regex/issues/999):
Fix a bug where a match at every position is erroneously reported.


1.8.2 (2023-05-22)
==================
This is a patch release that fixes a bug where regex compilation could panic
Expand Down

0 comments on commit 710222d

Please sign in to comment.