From f969e502dd5c8fb1b15f2a2424d8496965b44869 Mon Sep 17 00:00:00 2001 From: Nikita Manovich Date: Tue, 1 Sep 2020 12:47:42 +0300 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0029d86cd..bdb6c11b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.2.0] - Unreleased ### Added - Added password reset functionality () +- Ability to work with data on the fly (https://github.com/opencv/cvat/pull/2007) ### Changed - UI models (like DEXTR) were redesigned to be more interactive () @@ -33,7 +34,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Ability to configure email verification for new users () - Link to django admin page from UI () - Notification message when users use wrong browser () -- Ability to work with data on the fly (https://github.com/opencv/cvat/pull/2007) ### Changed - Shape coordinates are rounded to 2 digits in dumped annotations () -- GitLab