From d417c5ae960526a9cee8f213633f9fc8f54fbe96 Mon Sep 17 00:00:00 2001 From: Richard Levasseur Date: Wed, 11 Dec 2024 09:15:25 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3528932979..d521550be0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -61,7 +61,7 @@ Unreleased changes template. * (pypi) The requirement argument parsed to `whl_library` will now not have env marker information allowing `bazel query` to work in cases where the `whl` is available for all of the platforms and the sdist can be built. This fix is - for both, WORKSPACE and `bzlmod` setups. + for both WORKSPACE and `bzlmod` setups. Fixes [#2450](https://github.com/bazelbuild/rules_python/issues/2450). {#v0-0-0-added}