diff --git a/CHANGELOG.md b/CHANGELOG.md index a0db14a..769bf11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## v2.5.0 +- [Support workflows triggered by any event](https://github.com/dorny/paths-filter/pull/44) + ## v2.4.2 - [Fixed compatibility with older (<2.23) versions of git](https://github.com/dorny/paths-filter/pull/42) diff --git a/README.md b/README.md index 1bdbf18..d074bf7 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ For more scenarios see [examples](#examples) section. # What's New +- Support workflows triggered by any event - Fixed compatibility with older (<2.23) versions of git - Support for tag pushes and tags as a base reference - Fixes for various edge cases when event payload is incomplete @@ -66,9 +67,6 @@ For more scenarios see [examples](#examples) section. - Detects only changes introduced by feature branch. Later modifications on base branch are ignored. - Filter by type of file change: - Optionally consider if file was added, modified or deleted -- Custom processing of changed files: - - Optionally export paths of all files matching the filter - - Output can be space-delimited or in JSON format For more information see [CHANGELOG](https://github.com/actions/checkout/blob/main/CHANGELOG.md)