diff --git a/CHANGELOG.md b/CHANGELOG.md index 363c32b78bbc..1a646dc41791 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,34 +6,53 @@ 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). ## \[Unreleased\] + ### Added + - TDB ### Changed -- Do not reload annotation view when renew the job or update job state () -- Now images from cloud buckets are loaded in parallel when preparing a chunk () + +- TDB ### Deprecated + - TDB ### Removed + - TDB ### Fixed -- Downloading additional data from cloud storage if use_cache=true and job_file_mapping are specified - () -- Leaving an organization () + +- TDB ### Security + - TDB +## \[2.7.2\] - 2023-09-25 + +### Changed + +- Do not reload annotation view when renew the job or update job state () +- Now images from cloud buckets are loaded in parallel when preparing a chunk () + +### Fixed + +- Downloading additional data from cloud storage if use_cache=true and job_file_mapping are specified + () +- Leaving an organization () + ## \[2.7.1\] - 2023-09-15 + ### Fixed - Include cloud storage manifest file to selected files if manifest was used as data source () - Keep sequence of files when directories were specified in server_files () ## \[2.7.0\] - 2023-09-10 + ### Added - Admin actions for easy activation/deactivation of users ()