Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Az/release 2.5.0 #6168

Merged
merged 13 commits into from
May 18, 2023
27 changes: 18 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## \[2.5.0] - Unreleased
### Added
- TDB

### Changed
- TDB

### Deprecated
- TDB

### Removed
- TDB

### Fixed
- TDB

### Security
- TDB

## \[2.4.4] - 2023-05-18
### Added
- Introduced a new configuration option for controlling the invocation of Nuclio functions.
(<https://github.com/opencv/cvat/pull/6146>)
Expand All @@ -19,12 +37,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Upgraded OpenVINO-based Nuclio functions to utilize the OpenVINO 2022.3 runtime.
(<https://github.com/opencv/cvat/pull/6129>)

### Deprecated
- N/A

### Removed
- N/A

### Fixed
- Resolved issues with tracking multiple objects (30 and more) using the TransT tracker.
(<https://github.com/opencv/cvat/pull/6073>)
Expand All @@ -43,9 +55,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Prevented sending of empty list of events.
(<https://github.com/opencv/cvat/pull/6154>)

### Security
- N/A

## \[2.4.3] - 2023-04-24
### Changed
- Docker images no longer include Ubuntu package sources or FFmpeg/OpenH264 sources
Expand Down