docs: move changelog note to 1.5.3 section (#3163)
Move the changelog note for the fix to #3043 into the 1.5.3 section,
since that's the
version it will be released with.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 55c4659..5f0505e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -88,9 +88,6 @@
* (runfiles) The pypi runfiles package now includes `py.typed` to indicate it
supports type checking
([#2503](https://github.com/bazel-contrib/rules_python/issues/2503)).
-* (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)).
* (pypi) The pipstar `defaults` configuration now supports any custom platform
name.
* Multi-line python imports (e.g. with escaped newlines) are now correctly processed by Gazelle.
@@ -144,6 +141,16 @@
### Removed
* Nothing removed.
+{#1-5-3}
+## [1.5.3] - 2025-08-11
+
+[1.5.3]: https://github.com/bazel-contrib/rules_python/releases/tag/1.5.3
+
+### 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-5-2}
## [1.5.2] - 2025-08-11