@@ -71,8 +71,8 @@ END_UNRELEASED_TEMPLATE
7171 [ #2630 ] ( https://github.com/bazel-contrib/rules_python/issues/2630 )
7272* (pypi) From now on the list of default platforms only includes ` linux_x86_64 ` , ` linux_aarch64 ` ,
7373 ` osx_x86_64 ` , ` osx_aarch64 ` and ` windows_x86_64 ` . If you are on other platforms, you need to
74- use the ` pip.default ` to configure it yourself. If you are interested in graduating the
75- platform, consider helping set us up CI for them and update the documentation .
74+ use the ` pip.default ` to configure it yourself. If you are interested in supporting
75+ additional platforms by default, consider donating CI owners and resources .
7676* (ci) We are now testing on Ubuntu 22.04 for RBE and non-RBE configurations.
7777* (core) ` #!/usr/bin/env bash ` is now used as a shebang in the stage1 bootstrap template.
7878* (gazelle: docs ) The Gazelle docs have been migrated from {gh-path}` gazelle/README.md ` to
@@ -96,9 +96,10 @@ END_UNRELEASED_TEMPLATE
9696* (pypi) The pipstar ` defaults ` configuration now supports any custom platform
9797 name.
9898* (pypi) The selection of the whls has been changed and should no longer result
99- in ambiguous select matches ({gh-issue}` 2759 ` ) and should be much more efficient
100- when running ` bazel query ` due to fewer repositories being included
101- ({gh-issue}` 2849 ` ).
99+ in ambiguous select matches
100+ ([ #2759 ] ( https://github.com/bazel-contrib/rules_python/issues/2759 ) ).
101+ * (pypi) ` bazel query ` will match fewer unnecessary wheels and be more efficient
102+ ([ #2849 ] ( https://github.com/bazel-contrib/rules_python/issues/2849 ) ).
102103* Multi-line python imports (e.g. with escaped newlines) are now correctly processed by Gazelle.
103104* (toolchains) ` local_runtime_repo ` works with multiarch Debian with Python 3.8
104105 ([ #3099 ] ( https://github.com/bazel-contrib/rules_python/issues/3099 ) ).
0 commit comments