From 28220afc610e63a40f3b0aca77f732dc29eed7c3 Mon Sep 17 00:00:00 2001 From: Mai Hussien <70515749+mai93@users.noreply.github.com> Date: Wed, 30 Oct 2024 13:41:05 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index 458655c8c03..c3e43fc68e4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -8,6 +8,7 @@ Bug Fixes * fix: fast test not working when main class is not set #6903 * fix: fast sync with bazel 8 or when --incompatible_use_plus_in_repo_names is on #6901 * BEP parse unknown targets in aborted event #6910 +* Supply code-gen rule names via settings #6889 Features * Download Buildifier Binary #6625 * Support for Python Rules that are Code Generators #6726