From 4a140695ae34aa863ba429385f689e6b2319dd39 Mon Sep 17 00:00:00 2001 From: satyanandak <159875083+satyanandak@users.noreply.github.com> Date: Wed, 19 Jun 2024 21:06:20 +0530 Subject: [PATCH] Update changelog for v2024.06.18 release (#6484) * Update changelog for v2024.06.18 release --- CHANGELOG | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 3abe6943d2d..bc411d8aee8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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