From 81809ea41feeacd2153bc0222962149834cf7396 Mon Sep 17 00:00:00 2001 From: Dmitriy Oparin Date: Thu, 25 Feb 2021 09:52:07 +0300 Subject: [PATCH] change CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64acc336d8df..3e4b8bcd6ac7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - ### Fixed + - More robust execution of nuclio GPU functions by limiting the GPU memory consumption per worker () - Kibana startup initialization () - The cursor jumps to the end of the line when renaming a task () @@ -52,6 +53,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed cuboid perpective change () - Annotation page popups (ai tools, drawing) reset state after detecting, tracking, drawing () - Polygon editing using trailing point () +- Fixed of receiving function variable () ### Security