From e3fe82a9b1ebdfa8a25c9c08e6dae308a6bd6c5a Mon Sep 17 00:00:00 2001 From: Anton Petrov Date: Mon, 30 Jan 2023 08:19:25 +0300 Subject: [PATCH] 2.3.12 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 956ad0b0..c2e9ed38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Version History +## Release 2.3.12 + +* Undefined name: do not forget self when accessing flavor by @cclauss in https://github.com/pyenv/pyenv/pull/2595 +* Fix wrong libpython being linked to in MacOS by @native-api in https://github.com/pyenv/pyenv/pull/2596 +* Fix `:latest` by @native-api in https://github.com/pyenv/pyenv/pull/2599 +* Fix `pyenv which` to support auto-resolved prefixes by @native-api in https://github.com/pyenv/pyenv/pull/2601 +* Add more recent build of nogil Python. by @colesbury in https://github.com/pyenv/pyenv/pull/2602 + ## Release 2.3.11 * Add CPython 3.12.0a4 by @Afront in https://github.com/pyenv/pyenv/pull/2590