From 72e18e1ed7e6902a52e8d6d9f3048221a584fd8c Mon Sep 17 00:00:00 2001 From: satyanandak <159875083+satyanandak@users.noreply.github.com> Date: Wed, 13 Mar 2024 10:09:26 +0530 Subject: [PATCH] Update changelog for 2024.03.12 release (#6251) * Update changelog for 2024.03.12 release --- CHANGELOG | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index f1d5f549bb8..aee587c78f5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,11 @@ +v2024.03.12 +=========== +* fix(plugin_dev): Alert users they need the DevKit plugin to work on the codebase #6198 +* Followup for Pass path associations as special compiler flags #6007 +* fix: Try to make the default projectview file a bit more user-friendly #6175 +* Added MODULE.bazel to isBazelWorkspace in AutoImportProjectOpenProcessor #6155 +* Added registry key to disable fission flag #6041 + v2024.02.27 =========== * perf: avoid scanning convenience symlink directories during initial import #6094