From ebf1914a35b8dcdb5d1c7f0a06b9c639320a5e6b Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Fri, 26 Apr 2019 16:11:28 +0200 Subject: [PATCH] CHANGELOG complete -C change [ci skip] --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcc07582a..1e554f504 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ - `complete --do-complete` now also does fuzzy matches (#5467). - `count` now also counts lines fed on stdin (#5744). - `printf` prints what it can when input hasn't been fully converted to a number, but still prints an error (#5532). +- `complete -C foo` now works instead of erroring out and requiring `complete -Cfoo`. ### Interactive improvements - Major improvements in performance and functionality to the 'sorin' sample prompt (#5411).