summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-10-09 20:06:27 -0400
committerAndrew Gallant <jamslam@gmail.com>2023-10-09 20:29:52 -0400
commitdd810779d40911f8481175c06e4ff6d3165201c7 (patch)
tree0931fb322fb5191f540e5494d1cbaab274adee65 /CHANGELOG.md
parent5011f6e9f1da44ffd923d612e75e70411d63a0ea (diff)
changelog: add another note about -w/--word-regexp bugs
This was fixed a few commits ago when we updated to regex-automata 0.4 (regex 1.10). Fixes #2623
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f9180118..a3cf8073 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -52,6 +52,8 @@ Bug fixes:
Make executable searching take `.com` into account on Windows.
* [BUG #2574](https://github.com/BurntSushi/ripgrep/issues/2574):
Fix bug in `-w/--word-regexp` that would result in incorrect match offsets.
+* [BUG #2623](https://github.com/BurntSushi/ripgrep/issues/2623):
+ Fix a number of bugs with the `-w/--word-regexp` flag.
13.0.0 (2021-06-12)