From 7470379fae12368f4ae0aa9e1e002496dd72425a Mon Sep 17 00:00:00 2001 From: Tommaso Comparin <3862206+tcompa@users.noreply.github.com> Date: Thu, 10 Oct 2024 15:16:14 +0200 Subject: [PATCH] CHANGELOG [skip ci] --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ab7d800f5..27f0af4128 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ into pre-release sections below. * Do not process task sources in task/task-group CRUD operations (\#1861). * Do not process task owners in task/task-group CRUD operations (\#1861). * Expand use and validators for `TaskGroupCreateV2` schema (\#1861). + * Forbid extras in `TaskCollectPipV2` (\#1891). * Database: * Add `taskgroupv2_id` foreign key to `CollectionStateV2` (\#1867). * Make `TaskV2.source` nullable and drop its uniqueness constraint (\#1861).