From 90958f24020e86b2e9eddd8b7900fcf34f6bbd9c Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Sat, 30 Mar 2019 21:25:27 +0100 Subject: [PATCH] CHANGELOG $PATH reordering [ci skip] --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 508e1bdc4..8a2a7f789 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ - fish no longer requires buffering for the last function in a pipeline. - cd now always checks the current directory, even if $CDPATH does not include it or "." (#4484). - Error messages no longer include a (rather large) help summary and the stacktrace has been shortened (#3404, #5434). +- $PATH is no longer reordered in child fishes (#5456). ### Syntax changes and new commands - None yet.