From 884092d13baa6151a52a2e1625fa7b76647f7746 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Wed, 20 Dec 2017 14:36:13 +0100 Subject: [PATCH] CHANGELOG 4610 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e692a8ef0..9fb2387ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ This section is for changes merged to the `major` branch that are not also merge - `bind` has a new `--silent` option to ignore bind requests for named keys not available under the current `$TERMINAL` (#4188, #4431) - `read` writes directly to stdout if called without arguments (#4407) - Globs are faster (#4579) +- `string` reads from stdin faster (#4610) ## Other significant changes - Command substitution output is now limited to 10 MB by default (#3822).