Skip to content

Commit ae3635b

Browse files
authored
Update changelog for 0.38.5 (python-zeroconf#1066)
1 parent 10ee205 commit ae3635b

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,17 @@ See examples directory for more.
141141
Changelog
142142
=========
143143

144+
0.38.5
145+
======
146+
147+
* Fix ServiceBrowsers not getting ServiceStateChange.Removed callbacks on PTR record expire (#1064) @bdraco
148+
149+
ServiceBrowsers were only getting a `ServiceStateChange.Removed` callback
150+
when the record was sent with a TTL of 0. ServiceBrowsers now correctly
151+
get a `ServiceStateChange.Removed` callback when the record expires as well.
152+
* Fix missing minimum version of python 3.7 (#1060) @stevencrader
153+
154+
144155
0.38.4
145156
======
146157

0 commit comments

Comments
 (0)