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
This commit is contained in:
Andrew Gallant 2023-10-09 20:06:27 -04:00
parent 5011f6e9f1
commit dd810779d4

View File

@ -52,6 +52,8 @@ Bug fixes:
Make executable searching take `.com` into account on Windows. Make executable searching take `.com` into account on Windows.
* [BUG #2574](https://github.com/BurntSushi/ripgrep/issues/2574): * [BUG #2574](https://github.com/BurntSushi/ripgrep/issues/2574):
Fix bug in `-w/--word-regexp` that would result in incorrect match offsets. 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) 13.0.0 (2021-06-12)