From 9e2776af0efebed457e9d51dff34e465760b7962 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Tue, 18 Apr 2017 15:13:29 +0200 Subject: [PATCH] Changelog $USER changes --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33c344d3a..43997660f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ - 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). - `read` now supports the `--silent` flag to hide the characters typed (#838). +- fish will now reset $USER if the uid is 0. This is to workaround some su implementations that pass along $USER when switching to root (#3944). ---