From af8b27ffae5440feae4632fcda2a20c4cbeea7d2 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Mon, 31 May 2021 19:39:20 -0400 Subject: [PATCH] changelog: fish completions are staying In a previous release, I announced that Fish completions were being removed. But the Fish project decided to remove theirs and have ripgrep's stay. Closes #1577 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2144c5e4..afdcfd2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -75,6 +75,8 @@ Bug fixes: Fix buggy interaction between PCRE2 look-around and `-o/--only-matching`. * [BUG #1412](https://github.com/BurntSushi/ripgrep/issues/1412): Fix multi-line bug with searches using look-around past matching lines. +* [BUG #1577](https://github.com/BurntSushi/ripgrep/issues/1577): + Fish shell completions will continue to be auto-generated. * [BUG #1642](https://github.com/BurntSushi/ripgrep/issues/1642): Fixes a bug where using `-m` and `-A` printed more matches than the limit. * [BUG #1703](https://github.com/BurntSushi/ripgrep/issues/1703):