From 5e496d1e3a0a65bce3a2203706f4e96dc3bdcac5 Mon Sep 17 00:00:00 2001 From: Min RK Date: Fri, 12 Aug 2022 08:47:23 +0200 Subject: [PATCH] Changelog for 23.2.1 --- docs/source/changelog.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/source/changelog.md b/docs/source/changelog.md index 31c777f93..c8fbd2cba 100644 --- a/docs/source/changelog.md +++ b/docs/source/changelog.md @@ -5,6 +5,18 @@ This is a coarse summary of changes in pyzmq versions. For a full changelog, consult the [git log](https://github.com/zeromq/pyzmq/commits). +## 23.2.1 + +Improvements: + +- First release with wheels for Python 3.11 (thanks cibuildwheel!). +- linux aarch64 wheels now bundle the same libzmq (4.3.4) as all other builds, + thanks to switching to native arm builds on CircleCI. + +Fixes: + +- Some type annotation fixes in devices. + ## 23.2.0 Improvements: