Skip to content

Commit

Permalink
Merge pull request #1975 from minrk/changelog-26
Browse files Browse the repository at this point in the history
update changelog for 26
  • Loading branch information
minrk committed Apr 15, 2024
2 parents 04b8426 + 7200608 commit 93188af
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/source/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ __New__:
- Experimental support for wheels on windows-arm64
- `Socket.bind('tcp://ip:0')` can be used as a context manager to bind to a random port.
The resulting URL can be retrieved as `socket.last_endpoint`.
- Add `SyncSocket` and `SyncContext` type aliases for the default Socket/Context implementations,
since the base classes are Generics, type-wise.
These are type aliases only to be used in type checking, not actual classes.

__Enhancements__:

Expand All @@ -54,6 +57,11 @@ __Breaking changes__:

## 25

### 25.1.2

- Fix builds with some recent compilers and bundled libzmq
- Fix builds with upcoming Cython 3.1

### 25.1.1

25.1.1 is the first stable release with Python 3.12 wheels.
Expand Down

0 comments on commit 93188af

Please sign in to comment.