Skip to content

Commit 88fa51d

Browse files
committed
move the changelog entry
1 parent b75307a commit 88fa51d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ Unreleased changes template.
6767
([#1169](https://github.com/bazelbuild/rules_python/issues/1169)).
6868
* (gazelle) Don't collapse depsets to a list or into args when generating the modules mapping file.
6969
Support spilling modules mapping args into a params file.
70+
* (pypi) From now on `python` invocations in repository and module extension
71+
evaluation contexts will invoke Python interpreter with `-B` to avoid
72+
creating `.pyc` files.
7073

7174
{#v0-0-0-added}
7275
### Added
@@ -117,9 +120,6 @@ Unreleased changes template.
117120
{obj}`--venvs_use_declare_symlink=no` to have it not create symlinks at
118121
build time (they will be created at runtime instead).
119122
(Fixes [#2489](https://github.com/bazelbuild/rules_python/issues/2489))
120-
* (pypi) From now on `python` invocations in repository and module extension
121-
evaluation contexts will invoke Python interpreter with `-B` to avoid
122-
creating `.pyc` files.
123123

124124
{#v1-2-0-added}
125125
### Added

0 commit comments

Comments
 (0)