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 2024.11.19 release #7005

Merged
merged 3 commits into from
Nov 22, 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
16 changes: 16 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
v2024.11.19
===========
Features:
* Bazel Icon for Plugin Logo #6973
* Query Sync: "Enable analysis" widget for Remote Development #6996
* Starlark Debuger: Gutter icons to start debugging #6999
Fixes:
* C++: Do not collide with CMake #6770
* Make the BlazeImportProjectAction dumb aware #6985
* Query Sync: Fix NPE when enabling analysis for a directory #6992
* Bazel 8 support for Java (#6987 and #7006)
* Exception in the new QuerySyncNotificationProvider #7009
* fix(qsync): Fix build_dependencies after AOSP merge #7027
* disable warmup service #7029
* fix(qsync): NPE in QuerySyncNotificationProvider #7032

v2024.11.05
===========
Features:
Expand Down
Loading