From a459eeaabbb15989cae2ca4ad9dd63c471003a46 Mon Sep 17 00:00:00 2001 From: Valentin Maerten Date: Sat, 3 May 2025 17:18:27 +0200 Subject: [PATCH] chore: changelog for #2233 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 668c2457..b67c3800 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ - Added support for dual JSON schema files, allowing changes without affecting the current schema. The current schemas will only be updated during releases. (#2211 by @vmaerten). +- Improved fingerprint documentation by specifying that the method can be set at + the root level to apply to all tasks (#2233 by @vmaerten). ## v3.43.3 - 2025-04-27