From f66e55a81bc7f42db323ec9fc6111bbd6a6a4700 Mon Sep 17 00:00:00 2001 From: Logan Pulley Date: Tue, 8 Oct 2024 14:40:47 +0000 Subject: [PATCH] Add CHANGELOG entry --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0807d5c5..67c347744 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,6 +44,9 @@ A brief description of the categories of changes: wheel is created * (whl_library) truncate progress messages from the repo rule to better handle case where a requirement has many `--hash=sha256:...` flags +* (rules) `compile_pip_requirements` passes `env` to the `X.update` target (and + not only to the `X_test` target, a bug introduced in + [#1067](https://github.com/bazelbuild/rules_python/pull/1067)). ### Added * (py_wheel) Now supports `compress = (True|False)` to allow disabling