1
0
mirror of https://github.com/sharkdp/fd synced 2024-07-05 09:19:11 +00:00

Add CHANGELOG entry

This commit is contained in:
David Peter 2022-11-21 20:56:16 +01:00
parent 0d9926de40
commit 781bd4bcf2

View File

@ -2,6 +2,8 @@
## Features
- New `--and <pattern>` option to add additional patterns that must also be matched. See #315
and #1139 (@Uthar)
- Added `--changed-after` as alias for `--changed-within`, to have a name consistent with `--changed-before`.