Skip to content

Commit d1c747a

Browse files
Fix typos in CHANGELOG.md
Reverted incorrect change of 'pystar' to 'pistar'.
1 parent 3669384 commit d1c747a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1252,7 +1252,7 @@ Other changes:
12521252
`@rules_python//python/config_settings:precompile=enabled` to enable it
12531253
by default. A subsequent release will enable it by default. See the
12541254
[Precompiling docs][precompile-docs] and API reference docs for more
1255-
information on precompiling. Note this requires Bazel 7+ and the pistar rule
1255+
information on precompiling. Note this requires Bazel 7+ and the pystar rule
12561256
implementation enabled.
12571257
([#1761](https://github.com/bazel-contrib/rules_python/issues/1761))
12581258
* (rules) Attributes and flags to control precompile behavior: `precompile`,
@@ -1445,7 +1445,7 @@ Other changes:
14451445
Windows host environments without symlink support.
14461446

14471447
* (PyRuntimeInfo) Switch back to builtin PyRuntimeInfo for Bazel 6.4 and when
1448-
pistar is disabled. This fixes an error about `target ... does not have ...
1448+
pystar is disabled. This fixes an error about `target ... does not have ...
14491449
PyRuntimeInfo`.
14501450
([#1732](https://github.com/bazel-contrib/rules_python/issues/1732))
14511451

0 commit comments

Comments
 (0)