mention TEARDOWN improvements in changelog

Fixes #34
This commit is contained in:
Scott Lamb 2021-09-29 05:30:58 -07:00
parent 824f0d257c
commit 82169bcef9

View File

@ -1,3 +1,8 @@
## unreleased
* better `TEARDOWN` handling, which often avoids the need to wait for session
expiration ([(#34](https://github.com/scottlamb/retina/issues/34)).
## `v0.3.1` (2021-09-09)
* warn when connecting via TCP to a known-broken live555 server version.