Add CHANGELOG entry

This commit is contained in:
David Peter 2022-11-21 20:56:16 +01:00
parent 0d9926de40
commit 781bd4bcf2
1 changed files with 2 additions and 0 deletions

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`.