From e2a11c5c3e8e0126cb80b3961eb806360f74684a Mon Sep 17 00:00:00 2001 From: Eric Arellano Date: Tue, 28 Jul 2020 12:00:48 -0700 Subject: [PATCH] Don't update release notes [ci skip-rust] [ci skip-build-wheels] --- src/python/pants/notes/1.17.x.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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