CHANGELOG: which dep removal

This commit is contained in:
Fabian Homborg 2017-03-28 15:57:13 +02:00
parent 4b9424eb20
commit 2b4ab19d47

View File

@ -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).
---