From 2ae67dd02b4790660eff7543ee4835852d009417 Mon Sep 17 00:00:00 2001 From: satyanandak <159875083+satyanandak@users.noreply.github.com> Date: Tue, 24 Sep 2024 23:35:07 +0530 Subject: [PATCH] Update changelog for 2024.09.24 release (#6778) * Update changelog for 2024.09.24 release * Update CHANGELOG for 2024.09.24 release --- CHANGELOG | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 31298c028cc..a53d54561cd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,13 @@ +v2024.09.24 +=========== +Bug Fixes +* Fix auto-import exception #6753 +* Fix unrecognized options by bazel mod command #6756 +* Set go DebugConfguration working directory for tests #6748 +Features +* CLion add support for additional_compiler_inputs #6774 +* Added completion support for external targets from modules. Needs --incompatible_use_plus_in_repo_names set (defaults to true in bazel 8.0+) to work optimally. (credits: @mtoader) + v2024.09.10 =========== Bug Fixes