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).