Skip to content

Commit eb00965

Browse files
committed
changelog: 1.5.2
1 parent 036ce80 commit eb00965

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
1.5.2 (2021-05-01)
2+
==================
3+
This release fixes a performance bug when Unicode word boundaries are used.
4+
Namely, for certain regexes on certain inputs, it's possible for the lazy DFA
5+
to stop searching (causing a fallback to a slower engine) when it doesn't
6+
actually need to.
7+
8+
[PR #768](https://github.com/rust-lang/regex/pull/768) fixes the bug, which was
9+
originally reported in
10+
[ripgrep#1860](https://github.com/BurntSushi/ripgrep/issues/1860).
11+
12+
113
1.5.1 (2021-04-30)
214
==================
315
This is a patch release that fixes a compilation error when the `perf-literal`

0 commit comments

Comments
 (0)