CHANGELOG complete -C change

[ci skip]
This commit is contained in:
Fabian Homborg 2019-04-26 16:11:28 +02:00
parent 38cadc9d4f
commit ebf1914a35

View file

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