Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 952 Bytes

CHANGES.rst

File metadata and controls

48 lines (30 loc) · 952 Bytes

0.0.13 (2022-01-28)

No significant changes.

0.0.5 (2022-01-26)

Features

0.0.4 (2022-01-26)

Features

  • Add proxy_loop.get_parent_loop() public method. (:issue:`9`)

Bugfixes

  • Don't finalize already closed loop. (:issue:`8`)

0.0.3 (2022-01-26)

Bugfixes

  • Fix subprocess transport when highlevel api (asyncio.create_subprocess_exec()) is used. (:issue:`7`)