From 6ab46bb8db949aed35f25a3a906c2019fc4882bf Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Thu, 6 Apr 2017 16:13:55 +0200 Subject: [PATCH] Reword `which` changelog entry It's still used by configure, so it is still a compile-time dependency. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 629cf02bb..4e40be73f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ - Completions for `helm` added (#3829). - Empty CDPATH elements are now equivalent to "." (#2106). - 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). +- `type` now no longer requires `which`, which means it is no longer a runtime 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). - `bg`s argument parsing has been reworked. It now fails for invalid arguments but allows non-existent jobs (#3909).