Skip to content

Commit 189a196

Browse files
committed
update CHANGELOG.md
1 parent 77a8129 commit 189a196

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## v2.5.0
4+
- [Support workflows triggered by any event](https://github.com/dorny/paths-filter/pull/44)
5+
36
## v2.4.2
47
- [Fixed compatibility with older (<2.23) versions of git](https://github.com/dorny/paths-filter/pull/42)
58

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ For more scenarios see [examples](#examples) section.
5858

5959

6060
# What's New
61+
- Support workflows triggered by any event
6162
- Fixed compatibility with older (<2.23) versions of git
6263
- Support for tag pushes and tags as a base reference
6364
- Fixes for various edge cases when event payload is incomplete
@@ -66,9 +67,6 @@ For more scenarios see [examples](#examples) section.
6667
- Detects only changes introduced by feature branch. Later modifications on base branch are ignored.
6768
- Filter by type of file change:
6869
- Optionally consider if file was added, modified or deleted
69-
- Custom processing of changed files:
70-
- Optionally export paths of all files matching the filter
71-
- Output can be space-delimited or in JSON format
7270

7371
For more information see [CHANGELOG](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
7472

0 commit comments

Comments
 (0)