diff --git a/src/python/pants/notes/1.17.x.rst b/src/python/pants/notes/1.17.x.rst index 52b8fccbbd1..213edd8eaa8 100644 --- a/src/python/pants/notes/1.17.x.rst +++ b/src/python/pants/notes/1.17.x.rst @@ -82,7 +82,7 @@ Bugfixes * Fix dependency cycle between `backend/native/subsystems` and `backend/python/subsystems` (#7793) `PR #7793 `_ -* Fix `create_subprocess_environment` rule. (#7789) +* Fix `create_subprocess_encoding_environment` rule. (#7789) `PR #7789 `_ New Features