Add CHANGELOG entry

This commit is contained in:
David Peter 2021-11-14 17:20:31 +01:00 committed by David Peter
parent 66e3ccc5e1
commit fc2a972082

View file

@ -5,6 +5,8 @@
- File metadata is now cached between the different filters that require it (e.g. `--owner`,
`--size`), reducing the number of `stat` syscalls when multiple filters are used; see #863
- Colorized output is now significantly faster, see #720 and #853 (@tavianator)
## Features
- Don't buffer command output from `--exec` when using a single thread. See #522