From 528bb1a4e4ccc68f5ba254d5c58e0184343719e1 Mon Sep 17 00:00:00 2001 From: Jozef Izso Date: Sat, 25 Apr 2026 13:31:01 +0200 Subject: [PATCH] Add changelog for `list-files` input --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20a8c2b..3b107e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 3.1.0 +* Feature: Add `list-files` input to control test report file listing https://github.com/dorny/test-reporter/pull/773 + ## 3.0.0 * Feature: Use NodeJS 24 LTS as default runtime https://github.com/dorny/test-reporter/pull/738