From ec8a74b3af9c068b1fefc013c3a19fdf6eed08de Mon Sep 17 00:00:00 2001 From: Douglas Thor Date: Thu, 26 Dec 2024 22:18:41 +0000 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb4bcfa8da..e8586bfd1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -75,6 +75,8 @@ Unreleased changes template. are now printing more details and include the currently active flag values. Fixes [#2466](https://github.com/bazelbuild/rules_python/issues/2466). * (py_proto_library) Fix import paths in Bazel 8. ++ (gazelle) Gazelle no longer ignores `setup.py` files by default. To restore + this behavior, apply the `# gazelle:python_ignore_files setup.py` directive. [pep-695]: https://peps.python.org/pep-0695/