From 427742a0f3d146cb7d3c09de75bae39ea1c53608 Mon Sep 17 00:00:00 2001 From: Hong Shin Date: Wed, 13 Aug 2025 17:10:58 +0000 Subject: [PATCH] docs: add 1.4.2 changelog Contains backport for #3043. --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f0505ed60..37a8c1dbe1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -263,6 +263,16 @@ END_UNRELEASED_TEMPLATE ### Removed * Nothing removed. +{#1-4-2} +## [1.4.2] - 2025-08-13 + +[1.4.2]: https://github.com/bazel-contrib/rules_python/releases/tag/1.4.2 + +### Fixed +* (toolchains) `local_runtime_repo` now checks if the include directory exists + before attempting to watch it, fixing issues on macOS with system Python + ([#3043](https://github.com/bazel-contrib/rules_python/issues/3043)). + {#1-4-1} ## [1.4.1] - 2025-05-08