From 96d524304d4c5096cbccef794227c0ae25264bc2 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Mon, 8 Jan 2018 22:37:08 -0800 Subject: [PATCH] Add #4649 to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 460fd62e5..5aa551d60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ This section is for changes merged to the `major` branch that are not also merge - `read` writes directly to stdout if called without arguments (#4407) - Globs are faster (#4579) - `string` reads from stdin faster (#4610) +- `cd` tab completions no longer descend into the deepest unambiguous path (#4649) ## Other significant changes - Command substitution output is now limited to 10 MB by default (#3822).