From 011c4aa675381e12a45a7be35d02464f7d6ead8c Mon Sep 17 00:00:00 2001 From: Nikita Manovich Date: Thu, 30 Apr 2020 22:09:28 +0300 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f60cedcee3d7..fb9de2e5c9b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,19 +4,13 @@ All notable changes to this project will be documented in this file. 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). -## [1.0.0-beta.2] - Unreleased +## [1.0.0-beta.2] - 2020-04-30 ### Added - Re-Identification algorithm to merging bounding boxes automatically to the new UI () - Methods ``import`` and ``export`` to import/export raw annotations for Job and Task in ``cvat-core`` () - Versioning of client packages (``cvat-core``, ``cvat-canvas``, ``cvat-ui``). Initial versions are set to 1.0.0 () - Cuboids feature was migrated from old UI to new one. () -### Changed -- - -### Deprecated -- - ### Removed - Annotation convertation utils, currently supported natively via Datumaro framework (https://github.com/opencv/cvat/pull/1477) @@ -36,9 +30,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix apache startup after PC restart (https://github.com/opencv/cvat/pull/1467) - Open task button doesn't work (https://github.com/opencv/cvat/pull/1474) -### Security -- - ## [1.0.0-beta.1] - 2020-04-15 ### Added - Special behaviour for attribute value ``__undefined__`` (invisibility, no shortcuts to be set in AAM)