Skip to content

Commit a26e18e

Browse files
aignasjsing-canva
authored andcommitted
doc: move changelog to the unreleased section.
1 parent eb0a7c0 commit a26e18e

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
@@ -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

0 commit comments

Comments
 (0)