@@ -65,6 +65,8 @@ END_UNRELEASED_TEMPLATE
6565 symlink support on Windows.
6666* venv-based binaries are created by default ({obj}` --bootstrap_impl=system_python ` )
6767 on supported platforms (Linux/Mac with Bazel 8+).
68+ * ` --build_python_zip ` on Windows is ignored. Use {obj}` py_zipapp_binary ` to create
69+ zips of Python programs.
6870
6971Other changes:
7072* (pypi) Update dependencies used for ` compile_pip_requirements ` , building
@@ -122,11 +124,18 @@ Other changes:
122124{#v0-0-0-added}
123125### Added
124126* (pypi) Write SimpleAPI contents to the ` MODULE.bazel.lock ` file if using
125- {obj}` experimental_index_url ` which should speed up consecutive initializations and should no
126- longer require the network access if the cache is hydrated.
127- Implements [ #2731 ] ( https://github.com/bazel-contrib/rules_python/issues/2731 ) .
127+ {obj}` experimental_index_url ` which should speed up consecutive
128+ initializations and should no longer require the network access if the cache is
129+ hydrated. Implements
130+ [ #2731 ] ( https://github.com/bazel-contrib/rules_python/issues/2731 ) .
128131* (wheel) Specifying a path ending in ` / ` as a destination in ` data_files `
129132 will now install file(s) to a folder, preserving their basename.
133+ * Various attributes and fields added to support venvs on Windows:
134+ * {obj}` py_runtime.venv_bin_files ` and {obj}` PyRuntime.venv_binfiles `
135+ field added to specify additional Python runtime files Windows needs for
136+ venvs.
137+ * {obj}` PyExecutableInfo.venv_interpreter_runfiles ` , and
138+ {obj}` PyExecutableInfo.venv_interpreter_symlinks ` adde
130139
131140{#v1-9-0}
132141## [ 1.9.0] - 2026-02-21
0 commit comments