File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,10 @@ BEGIN_UNRELEASED_TEMPLATE
4242### Fixed
4343* (gazelle) Remove {obj}`py_binary` targets with invalid `srcs`. This includes files
4444 that are not generated or regular files.
45+ * (runfiles) Fix incorrect Python runfiles path assumption - the existing
46+ implementation assumes that it is always four levels below the runfiles
47+ directory, leading to incorrect path checks
48+ ([#3085](https://github.com/bazel-contrib/rules_python/issues/3085)).
4549
4650{#v0-0-0-added}
4751### Added
@@ -253,10 +257,6 @@ END_UNRELEASED_TEMPLATE
253257 package targeting different target platforms.
254258 ([ #2797 ] ( https://github.com/bazel-contrib/rules_python/issues/2797 ) ).
255259* (py_wheel) Add directories in deterministic order.
256- * (runfiles) Fix incorrect Python runfiles path assumption - the existing
257- implementation assumes that it is always four levels below the runfiles
258- directory, leading to incorrect path checks
259- ([ #3085 ] ( https://github.com/bazel-contrib/rules_python/issues/3085 ) ).
260260
261261{#v1-6-0-added}
262262### Added
You can’t perform that action at this time.
0 commit comments