From 109769a147a30c9825330e3a77a41fc21ec463bf Mon Sep 17 00:00:00 2001 From: Mahmoud Al-Qudsi Date: Sat, 7 Oct 2017 00:19:47 +0200 Subject: [PATCH] Update Changelog.md to reflect new `read` builtin behavior --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 786be2684..9ded345a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,7 @@ This section is for changes merged to the `major` branch that are not also merge - `math` is now a builtin rather than a wrapper around `bc` (#3157). - `history search` supports globs for wildcard searching (#3136). - `bind` has a new `--silent` option to ignore bind requests for named keys not available under the current `$TERMINAL` (#4188, #4431) -- `read` can write directly to stdout if `-` is supplied as a variable name (#4407) +- `read` writes directly to stdout if called without arguments (#4407) ## Other significant changes - Command substitution output is now limited to 10 MB by default (#3822).