From 8b201d8077fe070a373b8cdf055dffd8c3676151 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Tue, 18 Apr 2017 21:03:13 +0200 Subject: [PATCH] Update CHANGELOG entry for empty $*PATH components This was later changed to auto-convert these and expanded to $PATH and $MANPATH as well. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43997660f..4e0a55f03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ - The `string` command now supports a `repeat` subcommand with the obvious behavior (#3864). - The `functions --metadata --verbose` output now includes the function description (#597). - Completions for `helm` added (#3829). -- Empty CDPATH elements are now equivalent to "." (#2106). +- Empty components in $CDPATH, $MANPATH and $PATH are now converted to "." (#2106, #3914). - 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 it is no longer a dependency (#3912, #3945). - Using symbolic permissions with the `umask` command now works (#738).