From 8771e721c144ef4fd63ccba822ff3f3b593a4a1d Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Wed, 12 Aug 2026 06:45:44 +0300 Subject: [PATCH] Add past CVE-2026-68939 fix to CHANGELOG Now that Github has issued a CVE number 3 weeks late --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e83daa6c..4e315f8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ * Add CPython 3.15.0b4 by @pyenv-bot[bot] in https://github.com/pyenv/pyenv/pull/3495 ## Release v2.8.0 +* CVE-2026-68939: Fix handling of glob characters in .python-version * CI: add_version enhancements by @native-api in https://github.com/pyenv/pyenv/pull/3480 * Add miniforge3-26.3.2-2, 26.3.2-3 by @native-api in https://github.com/pyenv/pyenv/pull/3481 * rehash: fix race condition in landlock writability check by @Sheile in https://github.com/pyenv/pyenv/pull/3483