From 9ec721666eb7de922f39a877b2f78d1a8c7c3202 Mon Sep 17 00:00:00 2001 From: Nikita Manovich <40690625+nmanovic@users.noreply.github.com> Date: Fri, 11 Oct 2019 16:05:57 +0300 Subject: [PATCH] Added information about a fixed issue. (#765) --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a0c319f..0c5789ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.0.0.alpha] - 2020-02-XX ### Added - Server only support for projects. Extend REST API v1 (/api/v1/projects*). -- Ability to get basic information about users without admin permissions (#750). -Changed REST API: removed PUT and added DELETE methods for /api/v1/users/ID. +- Ability to [get basic information about users without admin permissions]( +https://github.com/opencv/cvat/issues/750). +- Changed REST API: removed PUT and added DELETE methods for /api/v1/users/ID. ### Changed - @@ -20,7 +21,7 @@ Changed REST API: removed PUT and added DELETE methods for /api/v1/users/ID. - ### Fixed -- +- [Mask problem on coco json style](https://github.com/opencv/cvat/issues/718) ### Security -