CHANGELOG count from stdin

[ci skip]
This commit is contained in:
Fabian Homborg 2019-03-14 20:34:37 +01:00
parent 18d7123ff4
commit b3f39096e7

View File

@ -16,6 +16,7 @@
- In the interest of consistency, `builtin -q` and `command -q` can now be used to query if a builtin or command exists (#5631).
- `math` now accepts `--scale=max` for the maximum scale (#5579).
- `complete --do-complete` now also does fuzzy matches (#5467).
- `count` now also counts lines fed on stdin (#5744).
### Interactive improvements
- Major improvements in performance and functionality to the 'sorin' sample prompt (#5411).