From 6a9fb2650ac376afd780095f33f0ed9c257cbada Mon Sep 17 00:00:00 2001 From: Nikita Manovich Date: Tue, 10 Nov 2020 14:42:11 +0300 Subject: [PATCH] Update changelog (#2406) --- CHANGELOG.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f4fd382..cadd5544 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,9 @@ 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.2.0] - Unreleased +## [1.2.0] - 2020-11-09 ### Added -- Removed Z-Order flag from task creation process - Ability to login into CVAT-UI with token from api/v1/auth/login () - Added layout grids toggling ('ctrl + alt + Enter') - Added password reset functionality () @@ -42,13 +41,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Track frames in skips between annotation is presented in MOT and MOTS formats are marked `outside` () - UI packages installation with `npm ci` instead of `npm install` () -### Deprecated - -- - ### Removed -- +- Removed Z-Order flag from task creation process + ### Fixed @@ -72,10 +68,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - 'List of tasks' Kibana visualization () - An error on exporting not `jpg` or `png` images in TF Detection API format () -### Security - -- - ## [1.1.0] - 2020-08-31 ### Added