diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d1001e..31e166b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## v2.9.0 +- [Add list-files: csv format](https://github.com/dorny/paths-filter/pull/68) + ## v2.8.0 - [Add count output variable](https://github.com/dorny/paths-filter/pull/65) - [Fix log grouping of changes](https://github.com/dorny/paths-filter/pull/61) diff --git a/README.md b/README.md index 7902f3c..9ecce9b 100644 --- a/README.md +++ b/README.md @@ -66,13 +66,13 @@ For more scenarios see [examples](#examples) section. # What's New +- Add `list-files: csv` format - Configure matrix job to run for each folder with changes using `changes` output - Improved listing of matching files with `list-files: shell` and `list-files: escape` options - Support local changes - Fixed retrieval of all changes via Github API when there are 100+ changes - Paths expressions are now evaluated using [picomatch](https://github.com/micromatch/picomatch) library - Support workflows triggered by any event -- Fixed compatibility with older (<2.23) versions of git For more information see [CHANGELOG](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md)