docs: add 1.4.2 changelog (#3173)
This documents the backport made in
https://github.com/bazel-contrib/rules_python/pull/3174
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5f0505e..37a8c1d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -263,6 +263,16 @@
### 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