We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 036ce80 commit eb00965Copy full SHA for eb00965
CHANGELOG.md
@@ -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
13
1.5.1 (2021-04-30)
14
==================
15
This is a patch release that fixes a compilation error when the `perf-literal`
0 commit comments