Skip to content

Commit e99a535

Browse files
committed
Merge added sections of the changelog
1 parent d0c0cb0 commit e99a535

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,6 @@ END_UNRELEASED_TEMPLATE
5959
`# gazelle:experimental_allow_relative_imports` true directive ({gh-issue}`2203`).
6060
* (gazelle) Types for exposed members of `python.ParserOutput` are now all public.
6161

62-
### Added
63-
* (gazelle) New directive `gazelle:python_generate_pyi_deps`; when `true`,
64-
dependencies added to satisfy type-only imports (`if TYPE_CHECKING`) and type
65-
stub packages are added to `pyi_deps` instead of `deps`.
66-
6762
{#v0-0-0-fixed}
6863
### Fixed
6964
* (pypi) Fixes an issue where builds using a `bazel vendor` vendor directory
@@ -75,6 +70,9 @@ END_UNRELEASED_TEMPLATE
7570
* (pypi) To configure the environment for `requirements.txt` evaluation, use the newly added
7671
developer preview of the `pip.default` tag class. Only `rules_python` and root modules can use
7772
this feature. You can also configure custom `config_settings` using `pip.default`.
73+
* (gazelle) New directive `gazelle:python_generate_pyi_deps`; when `true`,
74+
dependencies added to satisfy type-only imports (`if TYPE_CHECKING`) and type
75+
stub packages are added to `pyi_deps` instead of `deps`.
7876

7977
{#v0-0-0-removed}
8078
### Removed

0 commit comments

Comments
 (0)