Skip to content

Commit

Permalink
note Sync type aliases in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Apr 15, 2024
1 parent 04b8426 commit 8c44fb8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 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 Down

0 comments on commit 8c44fb8

Please sign in to comment.