From 1128b8cd9bca2fd50384f60f3eae1ff2e0586efe Mon Sep 17 00:00:00 2001 From: Francisco Aranda Date: Tue, 17 Dec 2024 14:27:24 +0100 Subject: [PATCH] chore: Add missing fixed entries --- argilla/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/argilla/CHANGELOG.md b/argilla/CHANGELOG.md index 49e4955923..94f72d3dcb 100644 --- a/argilla/CHANGELOG.md +++ b/argilla/CHANGELOG.md @@ -21,6 +21,10 @@ These are the section headers that we use: ### Fixed - Fixed error when iterating over datasets and settings are not properly loaded. ([#5753](https://github.com/argilla-io/argilla/pull/5753)) +- Fixed error when loading field from raw dictionaries. ([#5756](https://github.com/argilla-io/argilla/pull/5756)) +- Fixed error when importing datasets from hub that already exists. ([#5756](https://github.com/argilla-io/argilla/pull/5756)) +- Fixed error when importing discarded responses without a response. ([#5756](https://github.com/argilla-io/argilla/pull/5756)) +- Fixed error when importing datasets with responses from existing users. ([#5756](https://github.com/argilla-io/argilla/pull/5756)) ## [2.5.0](https://github.com/argilla-io/argilla/compare/v2.4.0...v2.5.0)