Skip to content

Commit

Permalink
note windows arm wheels in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Feb 27, 2024
1 parent 33f8dfc commit 9b26839
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/source/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ For a full changelog, consult the [git log](https://github.com/zeromq/pyzmq/comm

## 26

pyzmq 26 is a small release, but with some big changes _hopefully_ nobody will notice.
pyzmq 26 is a small release, but with some big changes _hopefully_ nobody will notice,
except for some users (especially on Windows) where pyzmq releases did not work.

The highlights are:

- The Cython backend has been rewritten using Cython 3's pure Python mode.
Expand All @@ -29,6 +31,10 @@ Please [report](https://github.com/zeromq/pyzmq/issues/new) any issues you encou

See [build docs](building-pyzmq) for more info.

__New__:

- Experimental support for wheels on windows-arm64

__Enhancements__:

- `repr(Frame)` now produces a nice repr, summarizing Frame contents (without getting too large),
Expand Down

0 comments on commit 9b26839

Please sign in to comment.