From 8debf086b09e8962160721e7d5325194d7d0def8 Mon Sep 17 00:00:00 2001 From: Valery Bugakov Date: Wed, 23 Oct 2024 13:48:45 +0800 Subject: [PATCH] VS Code: changelog --- vscode/CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index 35503c7f3d0..e50fa4a06d2 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -10,15 +10,19 @@ This is a log of all notable changes to Cody for VS Code. [Unreleased] changes a ### Changed +### Fixed + +- Context Filters: fixed repo name resolution cache. [pull/5978](https://github.com/sourcegraph/cody/pull/5978) + ## 1.38.2 ### Changed - Telemetry: Account for visible ranges in the characters logger. [pull/5931](https://github.com/sourcegraph/cody/pull/5931) -### Fixed -- Chat: Improved handling of duplicated priority context items. [pull/5860](https://github.com/sourcegraph/cody/pull/5860) +### Fixed +- Chat: Improved handling of duplicated priority context items. [pull/5860](https://github.com/sourcegraph/cody/pull/5860) - Chat: Improved handling of duplicated priority context items. [pull/5860](https://github.com/sourcegraph/cody/pull/5860) ### Changed