Skip to content

Commit

Permalink
[REVIEW] Add missing entries in CHANGELOG files (#4910)
Browse files Browse the repository at this point in the history
  • Loading branch information
frascuchon authored May 30, 2024
1 parent 6b68fbf commit 2b2f578
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions argilla-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ These are the section headers that we use:
- Added `GET /api/v1/version` endpoint to get the current Argilla version. ([#162](https://github.com/argilla-io/argilla-server/pull/162))
- Added `GET /api/v1/status` endpoint to get Argilla service status. ([#165](https://github.com/argilla-io/argilla-server/pull/165))

## Fixed

- Fixed error when fetching record with metadata values with visibility restrictions. ([#4906](https://github.com/argilla-io/argilla/pull/4906))

## [1.28.0](https://github.com/argilla-io/argilla-server/compare/v1.27.0...v1.28.0)

### Added
Expand Down
4 changes: 4 additions & 0 deletions argilla/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ These are the section headers that we use:
### Added

- Added support for rating questions to include `0` as a valid value. ([#4860](https://github.com/argilla-io/argilla/pull/4860))
- Added support for Python 3.12. ([#4837](https://github.com/argilla-io/argilla/pull/4837))
- Added search by field in the `FeedbackDataset` UI search. ([#4746](https://github.com/argilla-io/argilla/issues/4746))
- Added record metadata info in the `FeedbackDataset` UI. ([#4851](https://github.com/argilla-io/argilla/pull/4851))
- Added highlight on search results in the `FeedbackDataset` UI. ([#4747](https://github.com/argilla-io/argilla/issues/4747))

### Fixed

Expand Down

0 comments on commit 2b2f578

Please sign in to comment.