From 781bd4bcf277a92576db5e219822eca5f2378eee Mon Sep 17 00:00:00 2001 From: David Peter Date: Mon, 21 Nov 2022 20:56:16 +0100 Subject: [PATCH] Add CHANGELOG entry --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 713f6b6..44e5aa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Features +- New `--and ` 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`.