Skip to content

Commit

Permalink
changelog: 1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed May 20, 2022
1 parent 1c19619 commit d98da65
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
TBD
===
The below are changes for the next release, which is to be determined.
1.5.6 (2022-05-20)
==================
This release includes a few bug fixes, including a bug that produced incorrect
matches when a non-greedy `?` operator was used.

* [BUG #680](https://github.com/rust-lang/regex/issues/680):
Fixes a bug where `[[:alnum:][:^ascii:]]` dropped `[:alnum:]` from the class.
Expand Down

0 comments on commit d98da65

Please sign in to comment.