From 8f9557d183d91aca8f72ce8c8401bcfb221e76c6 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Wed, 22 Nov 2023 14:46:03 -0500 Subject: [PATCH] changelog: mention shell completion generation feature Closes #2425 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 658a9b86..b68c3220 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,8 @@ Feature enhancements: When `extra-verbose` mode is enabled in zsh, show extra file type info. * [FEATURE #2409](https://github.com/BurntSushi/ripgrep/pull/2409): Added installation instructions for `winget`. +* [FEATURE #2425](https://github.com/BurntSushi/ripgrep/pull/2425): + Shell completions (and man page) can be created via `rg --generate`. * [FEATURE #2524](https://github.com/BurntSushi/ripgrep/issues/2524): The `--debug` flag now indicates whether stdin or `./` is being searched. * [FEATURE #2643](https://github.com/BurntSushi/ripgrep/issues/2643):