From a2799ccb41078c75a0a0420299a80ca4b1361632 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Mon, 9 Oct 2023 19:44:59 -0400 Subject: [PATCH] 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 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d47a8caa..3c160b9f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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):