Skip to content

Commit

Permalink
25.1.1 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Jul 27, 2023
1 parent 8c8463b commit 703c682
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/source/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ For a full changelog, consult the [git log](https://github.com/zeromq/pyzmq/comm

## 25

### 25.1.1

25.1.1 is the first stable release with Python 3.12 wheels.

Changes:

- Allow Cython 0.29.35 to build Python 3.12 wheels (no longer require Cython 3)

Bugs fixed:

- Fix builds on Solaris by including generated platform.hpp
- Cleanup futures in `Socket.poll()` that are cancelled and never return
- Fix builds with `-j` when numpy is present in the build env

### 25.1.0

pyzmq 25.1 mostly changes some packaging details of pyzmq, including support for installation from source on Python 3.12 beta 1.
Expand Down

0 comments on commit 703c682

Please sign in to comment.