File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -187,6 +187,12 @@ Calling functions that are not supported will generally raise
187187
188188## Changelog
189189
190+ ### 0.8
191+
192+ - Support ` socket.sendmsg ` .
193+ - Support ` socket.getpeername ` for listening sockets (raises OSError).
194+ - Make ` EventLoop.time ` work even after the event loop is closed.
195+
190196### 0.7
191197
192198- Add a replacement function for ` aiohappyeyeballs.start_connection ` .
Original file line number Diff line number Diff line change 1- # Copyright 2020-2022, 2024 Bruce Merry
1+ # Copyright 2020-2022, 2024-2025 Bruce Merry
22#
33# This file is part of async-solipsism.
44#
1919from .socket import * # noqa
2020from .loop import * # noqa
2121
22- __version__ = '0.7 '
22+ __version__ = '0.8 '
Original file line number Diff line number Diff line change 1- # Copyright 2020, 2022, 2024 Bruce Merry
1+ # Copyright 2020, 2022, 2024-2025 Bruce Merry
22#
33# This file is part of async-solipsism.
44#
You can’t perform that action at this time.
0 commit comments