Skip to content

Commit 96be961

Browse files
authored
Update changelog for 0.33.0 release (#919)
1 parent 919b096 commit 96be961

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,17 @@ Changelog
146146
This release eliminates all threading locks as all non-threadsafe operations
147147
now happen in the event loop.
148148

149+
* Let connection_lost close the underlying socket (#918) @bdraco
150+
151+
The socket was closed during shutdown before asyncio's connection_lost
152+
handler had a chance to close it which resulted in a traceback on
153+
windows.
154+
155+
Fixed #917
156+
149157
Technically backwards incompatible:
150158

151-
* Remove duplicate unregister_all_services code (#910) @bdraco
159+
* Removed duplicate unregister_all_services code (#910) @bdraco
152160

153161
Calling Zeroconf.close from same asyncio event loop zeroconf is running in
154162
will now skip unregister_all_services and log a warning as this a blocking

0 commit comments

Comments
 (0)