From 89efa9a8b19a486e109c8248a06bf1b30059a375 Mon Sep 17 00:00:00 2001 From: Kurtis Rader Date: Tue, 11 Apr 2017 19:33:31 -0700 Subject: [PATCH] update changelog to reflect prior two commits --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 003c1fba9..33c344d3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ - Using symbolic permissions with the `umask` command now works (#738). - 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). ---