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.06.18 release #6484

Merged
merged 3 commits into from
Jun 19, 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
18 changes: 18 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
v2024.06.18
===========
* fix: Missing directories when view_project_root is on #6493
* fix: "Read access is allowed from inside read-action" exception when opening a file #6489
* Add extension point to detect whether a module is to be orphaned or retained. #6467
* Fix for wrong compiler executable when using custom toolchains #6419
* fix(coverage): Account for SHA in lcov DA parsing #6463
* fix: Mark saveAllFiles as a WriteAction #6459
* fix: Rely on the bazel zipper instead of zip #6462

v2024.06.04-RC-2
================
* Address CVE-2024-5899
* feat: Support JetBrains IDEs 2024.2 #6434
* feat: Editor notification on bazel files if the project is not imported #6153
* perf: perf: Pass --override_repository flag to all commands for faster analysis phase #6453
* fix: Default to project name to workspace name instead of root directory #6458

v2024.06.04
===========
* feat: Support JetBrains IDEs 2024.2 #6434
Expand Down
Loading