Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog for v2024.11.05 release #6952

Merged
merged 2 commits into from
Nov 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading