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