From bfc5803f5eb41c5c47bb9ce2b24db29c69482ed9 Mon Sep 17 00:00:00 2001 From: Michal Dorner Date: Mon, 14 Sep 2020 17:22:51 +0200 Subject: [PATCH] Add working-directory PR to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dad57fa8..c0b67013 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - [Change detection using git "three dot" diff](https://github.com/dorny/paths-filter/pull/35) - [Export files matching filter](https://github.com/dorny/paths-filter/pull/32) - [Extend filter syntax with optional specification of file status: add, modified, deleted](https://github.com/dorny/paths-filter/pull/22) +- [Add working-directory input](https://github.com/dorny/paths-filter/pull/21) ## v2.2.1 - [Add support for pull_request_target](https://github.com/dorny/paths-filter/pull/29)