mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-01-19 05:49:14 +02:00
changelog: add bug fix for \b
This was probably fixed in a past commit where I bumped the regex engine to 1.9 (or perhaps more precisely, regex-automata 0.3). But I didn't track it as fixed at the time. Fixes #1275
This commit is contained in:
parent
a13b5e0196
commit
a2799ccb41
@ -26,6 +26,8 @@ Feature enhancements:
|
||||
|
||||
Bug fixes:
|
||||
|
||||
* [BUG #1275](https://github.com/BurntSushi/ripgrep/issues/1275):
|
||||
Fix bug with `\b` assertion in the regex engine.
|
||||
* [BUG #1757](https://github.com/BurntSushi/ripgrep/issues/1757):
|
||||
Fix bug when searching a sub-directory didn't have ignores applied correctly.
|
||||
* [BUG #1891](https://github.com/BurntSushi/ripgrep/issues/1891):
|
||||
|
Loading…
x
Reference in New Issue
Block a user