From 9949c39d7041b9ca17c417ad8f2044cff4ff673d Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sun, 26 Apr 2020 15:54:18 -0700 Subject: [PATCH] Relnote 3.1.1 fixes for #6624 and #6806 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 157bf6bfc..1d7066922 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ This release of fish fixes a number of major issues discovered in fish 3.1.0. - `help` prefers to use `xdg-open`, avoiding the use of `open` on Debian systems where this command is actually `openvt` (#6739). - Command lines starting with a space, which are not saved in history, now do not get autosuggestions. This fixes an issue with Midnight Commander integration (#6763), but may be changed in a future version. - Copying to the clipboard no longer inserts a newline at the end of the content, matching fish 2.7 and earlier (#6927). +- Fixes hangs when using `fzf` in complex pipes. More generally, code run as part of command substitutions or `eval` or will no longer have separate process groups. (#6624, #6806). This release also includes: - a number of changes to improve macOS compatibility with code signing and notarization;