From 42e6409f6c25e58233be7f4a2c9a9d50f8ed6a3e Mon Sep 17 00:00:00 2001 From: Anton Petrov Date: Thu, 27 Jan 2022 18:51:13 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4d7c998..9bc3e5d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ ## Version History +## Release 2.2.4 + +* Added docstrings to several undocumented functions (#2197) +* Fix incorrect pypy 2.7-7.3.6 sha256 hashes (#2208) +* Fix a regression in include paths when compiling ctypes in 3.6.15/3.7.12 (#2209) +* Revert "Disable coreutils on M1 Apple Silicon with arm64 (#2020)" (#2212) +* CPython 3.11.0a4 (#2217) +* CPython 3.9.10 and 3.10.2 (#2219) +* miniconda3-latest: added Linux-aarch64 (#2221) +* Add GraalPython 22.0.0 (#2226) + + ## Release 2.2.3 * Add new pypy versions (pypy2.7-7.3.2~7.3.5) to the version list (#2194)