From b5a38ca96bd4283bc353d752b0e08997c719d863 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Sat, 1 Apr 2017 22:44:12 +0200 Subject: [PATCH] Changelog #3922/#1362 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30d45fcb1..acec7edf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ - The `read` command now accepts simple strings for the prompt rather than fish script via the new `-P` and `--prompt-str` flags (#802). - `type` now no longer requires `which`, which means fish no longer uses it anywhere. Packagers should remove the dependency (#3912). - Using symbolic permissions with the `umask` command now works (#738). +- Command substitutions now have access to the terminal, allowing tools like `fzf` to work in them (#1362, #3922). ---