From 0473da064df1bcbb9ae1c556fc6c5323dc46d94e Mon Sep 17 00:00:00 2001 From: Nikita Manovich Date: Wed, 29 Sep 2021 12:35:10 +0300 Subject: [PATCH] Fix CHANGELOG.md after v1.6.0 release --- CHANGELOG.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 601218a4..c1c49816 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,10 +10,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - cvat-ui: support cloud storages () +- Added GPU implementation for SiamMask, reworked tracking approach () ### Changed -- TDB +- UI tracking has been reworked () ### Deprecated @@ -28,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed JSON transform issues in network requests () - Display a more user-friendly exception message () - Exception `DataCloneError: The object could not be cloned` () +- Fixed extension comparison in task frames CLI () ### Security @@ -46,7 +48,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Support cloud storage status () - Support cloud storage preview () - cvat-core: support cloud storages () -- Added GPU implementation for SiamMask, reworked tracking approach () ### Changed @@ -54,7 +55,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - "Selected opacity" slider now defines opacity level for shapes being drawnSelected opacity () - Cloud storage creating and updating () - Way of working with cloud storage content () -- UI tracking has been reworked () ### Removed @@ -65,7 +65,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed multiple tasks moving () - Fixed task creating CLI parameter () - Fixed import for MOTS format () -- Fixed extension comparison in task frames CLI () ## \[1.5.0] - 2021-08-02