From f9712cf931449c3fda58a908f0b64f23a1eff7e4 Mon Sep 17 00:00:00 2001 From: Richard Levasseur Date: Tue, 22 Aug 2023 14:41:01 -0700 Subject: [PATCH] doc: Note Python version changes in CHANGELOG These patch level bumps were done in #1370. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 502545ade..bc8681270 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,10 @@ A brief description of the categories of changes: ### Changed +* Python version patch level bumps: + * 3.9.16 -> 3.9.17 + * 3.10.9 -> 3.10.12 + * 3.11.1 -> 3.11.4 * (bzlmod) `pip.parse` can no longer automatically use the default Python version; this was an unreliable and unsafe behavior. The `python_version` arg must always be explicitly specified.