From 2b4ab19d47646f3e665eebf7b47deff76bb54c08 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Tue, 28 Mar 2017 15:57:13 +0200 Subject: [PATCH] CHANGELOG: `which` dep removal --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76c58e787..76b9a3006 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +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). ---