From fcc4837ddac6a4c07ca46794e81771f8bea78ea2 Mon Sep 17 00:00:00 2001 From: Heisenberg Date: Tue, 10 Sep 2019 18:47:02 +0800 Subject: [PATCH] changelog stuff Former-commit-id: c833b39c5206eb4f5a846b37e3f03fae87197bf6 --- cpp/CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cpp/CHANGELOG.md b/cpp/CHANGELOG.md index 7a7299e2..6d3246f4 100644 --- a/cpp/CHANGELOG.md +++ b/cpp/CHANGELOG.md @@ -6,6 +6,7 @@ Please mark all change in change log and use the ticket from JIRA. ## Bug - MS-119 - The problem of combining the log files +- MS-121 - The problem that user can't change the time zone - MS-411 - Fix metric unittest linking error - MS-412 - Fix gpu cache logical error - MS-416 - ExecutionEngineImpl::GpuCache has not return value cause crash @@ -31,8 +32,6 @@ Please mark all change in change log and use the ticket from JIRA. - MS-493 - Knowhere unittest crash - MS-453 - GPU search error when nprobe set more than 1024 - MS-510 - unittest out of memory and crashed -- MS-119 - The problem of combining the log files -- MS-121 - The problem that user can't change the time zone - MS-507 - Dataset 10m-512, index type sq8,performance in-normal when set CPU_CACHE to 16 or 64 ## Improvement -- GitLab