From c077aae022d582c41cc2bcfc2f76b98674028d26 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sun, 10 Dec 2017 20:54:59 -0800 Subject: [PATCH] Add glob changes to CHANGELOG This records the glob changes from #4579 in the changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4fab7ed5..285a7aaf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ This section is for changes merged to the `major` branch that are not also merge - `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` writes directly to stdout if called without arguments (#4407) +- Globs are faster (#4579) ## Other significant changes - Command substitution output is now limited to 10 MB by default (#3822).