Skip to content

Commit

Permalink
chore: small change on CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jfcalvo committed Dec 4, 2024
1 parent 0282653 commit 955269b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions argilla-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ These are the section headers that we use:

### Added

- Added new `POST /api/v1/datasets/:dataset_id/export` to export datasets to Hugging Face Hub using a background job. ([#5709](https://github.com/argilla-io/argilla/pull/5709))
- Added new `POST /api/v1/datasets/:dataset_id/export` endpoint to export datasets to Hugging Face Hub using a background job. ([#5709](https://github.com/argilla-io/argilla/pull/5709))

## [2.5.0](https://github.com/argilla-io/argilla/compare/v2.4.1...v2.5.0)

Expand Down Expand Up @@ -51,7 +51,7 @@ These are the section headers that we use:

### Added

- Added new `POST /api/v1/datasets/:dataset_id/import` to import datasets from Hugging Face as a background job. ([#5572](https://github.com/argilla-io/argilla/pull/5572))
- Added new `POST /api/v1/datasets/:dataset_id/import` endpoint to import datasets from Hugging Face as a background job. ([#5572](https://github.com/argilla-io/argilla/pull/5572))
- Added new `metadata` attribute for endpoints getting, creating and updating Datasets so now it is possible to store metadata associated to a dataset. ([#5586](https://github.com/argilla-io/argilla/pull/5586))
- Added new validation to avoid the creation of records with empty `fields` attributes. ([#5639](https://github.com/argilla-io/argilla/pull/5639))

Expand Down

0 comments on commit 955269b

Please sign in to comment.