From aaa3d63e7d9051b249872c538e9ebafa6cb2e415 Mon Sep 17 00:00:00 2001 From: Karthik Nadig Date: Tue, 5 Oct 2021 12:23:31 -0700 Subject: [PATCH] Update news items for cherry picked. (#17624) --- CHANGELOG.md | 2 ++ news/2 Fixes/17488.md | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 news/2 Fixes/17488.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 79dc5ad9185e..28994a27f4d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -60,6 +60,8 @@ ([#17461](https://github.com/Microsoft/vscode-python/issues/17461)) 1. Fix hang caused by loop in getting interpreter information. ([#17484](https://github.com/Microsoft/vscode-python/issues/17484)) +1. Ensure database storage extension uses to track all storages does not grow unnecessarily. + ([#17488](https://github.com/Microsoft/vscode-python/issues/17488)) 1. Ensure all users use new discovery code regardless of their experiment settings. ([#17563](https://github.com/Microsoft/vscode-python/issues/17563)) 1. Add timeout when discovery runs `conda info --json` command. diff --git a/news/2 Fixes/17488.md b/news/2 Fixes/17488.md deleted file mode 100644 index a80def2f42f0..000000000000 --- a/news/2 Fixes/17488.md +++ /dev/null @@ -1 +0,0 @@ -Ensure database storage extension uses to track all storages does not grow unnecessarily.