From 95b750bc9d5ad6223222984c226e93ea55e1b039 Mon Sep 17 00:00:00 2001 From: satyanandak <159875083+satyanandak@users.noreply.github.com> Date: Thu, 7 Nov 2024 11:21:47 +0530 Subject: [PATCH] Update changelog for v2024.11.05 release (#6952) * Update changelog for v2024.11.05 release --- CHANGELOG | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 458655c8c03..35a38123e96 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,20 @@ +v2024.11.05 +=========== +Features: +* C++: Use execroot for compiler working directory #6911 +* C++: CLion support for cc_library implementation deps #6919 +* C++: External includes support #6922 +* GoLand: cgo support #6891 +* GoLand: gotest support on Windows #6938 +* Query Sync: better syntax highlithting when analysis disabled #6941 +Fixes: +* Do not decorate tabs for BUILD files in non-bazel projects #6925 +* fix: NPE in location provider #6960 +* Query Sync: Use git info only when Expand to Working Set is enabled #6944 +* Query Sync: fix(qsync): IJ incorrectly recognizes files as external and asks to a… #6964 +* Query Sync: fix(qsync): Unhandled exception when trying to resolve external works… #6962 +* Query Sync: fix(qsync): NPE in "Add to project" panel action #6967 + v2024.10.22 =========== Bug Fixes