diff --git a/CHANGELOG.md b/CHANGELOG.md index 5967fc679be8..5872e8e68ac8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 + +## \[2.11.1\] - 2024-03-05 + +### Added + +- Single shape annotation mode allowing to easily annotate scenarious where a user +only needs to draw one object on one image () + +### Fixed + +- Fixed a problem with Korean/Chinese characters in attribute annotation mode + () + +- Fixed incorrect working time calculation in the case where an event + occurred during another event + () + +- Fixed working time not being calculated for the first event in each batch + sent from the UI + () + +- Submit button is enabled while creating a ground truth job + () + ## \[2.11.0\] - 2024-02-23 diff --git a/changelog.d/20240123_225942_2h-kim_hotfix_cvat_ui.md b/changelog.d/20240123_225942_2h-kim_hotfix_cvat_ui.md deleted file mode 100644 index 5fd92355b6e5..000000000000 --- a/changelog.d/20240123_225942_2h-kim_hotfix_cvat_ui.md +++ /dev/null @@ -1,4 +0,0 @@ -### Fixed - -- Fixed a problem with Korean/Chinese characters in attribute annotation mode - () diff --git a/changelog.d/20240219_101835_boris_single_object_mode.md b/changelog.d/20240219_101835_boris_single_object_mode.md deleted file mode 100644 index 8d6706187b27..000000000000 --- a/changelog.d/20240219_101835_boris_single_object_mode.md +++ /dev/null @@ -1,4 +0,0 @@ -### Added - -- Single shape annotation mode allowing to easily annotate scenarious where a user -only needs to draw one object on one image () diff --git a/changelog.d/20240223_131040_roman_better_timekeeping.md b/changelog.d/20240223_131040_roman_better_timekeeping.md deleted file mode 100644 index bd3089a83e09..000000000000 --- a/changelog.d/20240223_131040_roman_better_timekeeping.md +++ /dev/null @@ -1,9 +0,0 @@ -### Fixed - -- Fixed incorrect working time calculation in the case where an event - occurred during another event - () - -- Fixed working time not being calculated for the first event in each batch - sent from the UI - () diff --git a/changelog.d/20240229_185536_sekachev.bs_disable_gt_button.md b/changelog.d/20240229_185536_sekachev.bs_disable_gt_button.md deleted file mode 100644 index 33574470dc70..000000000000 --- a/changelog.d/20240229_185536_sekachev.bs_disable_gt_button.md +++ /dev/null @@ -1,4 +0,0 @@ -### Fixed - -- Submit button is enabled while creating a ground truth job - ()