From d576ac4c8cb1e952eff6fd272a5a2eea9ad49b75 Mon Sep 17 00:00:00 2001 From: Anton Petrov Date: Thu, 20 May 2021 23:19:25 +0300 Subject: [PATCH] 2.0.0 --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02606f12..8fa3054e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ ## Version History +## Release 2.0.0 + +* Support for CPython 3.9.5 has been added. +* Support for CPython 3.8.10 has been added. +* Support for CPython 3.10.0b1 has been added. +* Support for GraalPython 21.1.0 has been added. +* Support for Anaconda 2021.05 has been added. +* Support for Miniforge3 4.10.1-1 has been added. +* CPython 3.10-dev target branch renamed. +* CPython 3.10-dev and 3.11-dev updated. +* Bump OpenSSL to 1.1.1x for all Pythons that support MacOS 11 +* Update generated configuration files before run ./configure +* Full shell configuration instructions placed into `pyenv init` +* Prevent build from installing MacOS apps globally +* ldflags_dirs is not needed for Python and causes failures + +## Breaking changes +* Split startup logic into PATH and everything else (https://github.com/pyenv/pyenv/issues/1649#issuecomment-694388530) + ## 1.2.27 * Add GraalPython 21.1.0 (#1882)