diff --git a/CHANGELOG.md b/CHANGELOG.md index 0be2ff0a..c0fb04b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,9 +18,8 @@ format. * The match semantics of `-w/--word-regexp` have changed slightly. They used to be `\b(?:)\b`, but now it's `(?:^|\W)(?:)(?:$|\W)`. This matches the behavior of GNU grep - and is believe to be closer to the intended semantics of the flag. - See [#389](https://github.com/BurntSushi/ripgrep/issues/389) for more - details. + and is believed to be closer to the intended semantics of the flag. See + [#389](https://github.com/BurntSushi/ripgrep/issues/389) for more details. Feature enhancements: