From 59430bc0d429b9be93d377482e25f0914da86e7d Mon Sep 17 00:00:00 2001 From: Nikita Manovich Date: Tue, 31 Mar 2020 22:08:11 +0300 Subject: [PATCH] Add missing information into changelog. --- CHANGELOG.md | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f15c960..a59a0ab1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,24 +4,16 @@ 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-alpha] - Unreleased +## [1.0.0-alpha] - 2020-03-31 ### Added -- - -### Changed -- - -### Deprecated -- - -### Removed -- +- Data streaming using chunks (https://github.com/opencv/cvat/pull/1007) +- New UI: showing file names in UI (https://github.com/opencv/cvat/pull/1311) +- New UI: delete a point from context menu (https://github.com/opencv/cvat/pull/1292) ### Fixed -- - -### Security -- +- Git app cannot clone a repository (https://github.com/opencv/cvat/pull/1330) +- New UI: preview position in task details (https://github.com/opencv/cvat/pull/1312) +- AWS deployment (https://github.com/opencv/cvat/pull/1316) ## [0.6.1] - 2020-03-21 ### Changed