Add entry for buffering to CHANGELOG

This commit is contained in:
Thayne McCombs 2021-11-15 01:09:15 -07:00 committed by David Peter
parent feac240eb5
commit 7b7876e701

View file

@ -15,6 +15,7 @@
- Add opposing command-line options, see #595 (@Asha20)
- Add support for more filesystem indicators in `LS_COLORS`, see
https://github.com/sharkdp/lscolors/pull/35 (@tavianator)
- Buffer writing to stdout if stdout is not a TTY, to improve performance.
## Bugfixes