From 7b450fff21473bca461d4b92ce414b9d0420d706 Mon Sep 17 00:00:00 2001 From: Sascha Bratton Date: Thu, 2 Jul 2026 13:45:19 -0400 Subject: [PATCH] docs: update changelog for v4.0.2 (#318) --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0e11e8..395860a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v4.0.2 +- [Work around git dubious ownership errors in container jobs](https://github.com/dorny/paths-filter/pull/317) +- [Use rev-parse instead of branch --show-current for older git compat](https://github.com/dorny/paths-filter/pull/303) +- [Fix warning message](https://github.com/dorny/paths-filter/pull/282) + +## v4.0.1 +- [Support merge queue](https://github.com/dorny/paths-filter/pull/255) + ## v4.0.0 - [Update action runtime to node24](https://github.com/dorny/paths-filter/pull/294)