Skip to content

Commit 8fc2714

Browse files
committed
fixup changelog
1 parent 76c703d commit 8fc2714

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
@@ -38,8 +38,7 @@ BEGIN_UNRELEASED_TEMPLATE
3838
3939
{#v0-0-0-fixed}
4040
### Fixed
41-
* (gazelle) Remove {obj}`py_binary` targets with invalid `srcs`. This includes files
42-
that are not generated or regular files.
41+
* Nothing fixed.
4342
4443
{#v0-0-0-added}
4544
### Added
@@ -64,12 +63,13 @@ END_UNRELEASED_TEMPLATE
6463

6564
{#v0-0-0-fixed}
6665
### Fixed
67-
* Nothing fixed.
66+
* (gazelle) Remove {obj}`py_binary` targets with invalid `srcs`. This includes files
67+
that are not generated or regular files.
6868

6969
{#v0-0-0-added}
7070
### Added
7171
* (gazelle) A new directive `python_generate_pyi_deps` has been added. When
72-
`true`, a py_* target's `pyi_srcs` attribute will be set if any `.pyi` files
72+
`true`, a `py_*` target's `pyi_srcs` attribute will be set if any `.pyi` files
7373
that are associated with the target's `srcs` are present.
7474
([#3354](https://github.com/bazel-contrib/rules_python/issues/3354)).
7575

0 commit comments

Comments
 (0)