update CHANGELOG.md

This commit is contained in:
Michal Dorner
2020-10-16 12:27:05 +02:00
parent 77a8129fcb
commit 189a1963db
2 changed files with 4 additions and 3 deletions

View File

@ -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)

View File

@ -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)