From be12db6afd20281cb91357539c244866865c0126 Mon Sep 17 00:00:00 2001 From: Douglas Thor Date: Fri, 16 Jan 2026 13:57:14 -0800 Subject: [PATCH] Add missing #3046 reference to 1.8.0 changelog (#3516) I've had to reference this a couple times now and keep forgetting that it's not in the changelog haha. I figured I'd remedy that. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9f812f3bd..00cac20717 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -138,6 +138,7 @@ END_UNRELEASED_TEMPLATE ### Fixed * (gazelle) Remove {obj}`py_binary` targets with invalid `srcs`. This includes files that are not generated or regular files. + [#3046](https://github.com/bazel-contrib/rules_python/pull/3046) * (runfiles) Fix incorrect Python runfiles path assumption - the existing implementation assumes that it is always four levels below the runfiles directory, leading to incorrect path checks