Skip to content

Commit 2efb538

Browse files
authored
doc: move changelog to the unreleased section.
1 parent f023591 commit 2efb538

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ BEGIN_UNRELEASED_TEMPLATE
4040
### Fixed
4141
* (gazelle) Remove {obj}`py_binary` targets with invalid `srcs`. This includes files
4242
that are not generated or regular files.
43+
* (runfiles) Fix incorrect Python runfiles path assumption - the existing
44+
implementation assumes that it is always four levels below the runfiles
45+
directory, leading to incorrect path checks
46+
([#3085](https://github.com/bazel-contrib/rules_python/issues/3085)).
4347
4448
{#v0-0-0-added}
4549
### Added
@@ -248,10 +252,6 @@ END_UNRELEASED_TEMPLATE
248252
package targeting different target platforms.
249253
([#2797](https://github.com/bazel-contrib/rules_python/issues/2797)).
250254
* (py_wheel) Add directories in deterministic order.
251-
* (runfiles) Fix incorrect Python runfiles path assumption - the existing
252-
implementation assumes that it is always four levels below the runfiles
253-
directory, leading to incorrect path checks
254-
([#3085](https://github.com/bazel-contrib/rules_python/issues/3085)).
255255

256256
{#v1-6-0-added}
257257
### Added

0 commit comments

Comments
 (0)