From 63be522a9f5dbd920e25affc6311faf4ced2e2db Mon Sep 17 00:00:00 2001 From: Alvaro Bartolome Date: Mon, 28 Aug 2023 17:25:01 +0200 Subject: [PATCH] docs: update `CHANGELOG.md` --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea26c5f325..0b5ef478e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,10 @@ These are the section headers that we use: - Fixed `RatingQuestion.values` validation to raise a `ValidationError` when values are out of range i.e. [1, 10] ([#3626](https://github.com/argilla-io/argilla/pull/3626)). +### Removed + +- Remove `multi_task_text_token_classification` from `TaskType` as not used ([#3640](https://github.com/argilla-io/argilla/pull/3640)). + ## [1.14.1](https://github.com/argilla-io/argilla/compare/v1.14.0...v1.14.1) ### Fixed