added missing info to release docs

This commit is contained in:
HoneyryderChuck 2021-08-31 17:16:46 +01:00
parent 134cb90c2f
commit d58a28d46f

View File

@ -42,6 +42,8 @@ Managing open HTTP/1 connections relies on operations calculating whether there
* fixing HTTP/1 protocol uncompliant exposing multiple values for the "Host" header (e435dd0534314508262184fb03d83124d89d2079).
* Custom response finalizer introduced in 0.16.0 has been reverted. It was brought to my attention that `Tempfile` implementation already takes care of the file on GC (and `httpx` was duplicating), and the approach taken in `httpx` was buggy in several ways (not tolerant to forks, never recycled finalizers...) (aa3be21c890f92a41afcc7931f01dd24cc801f7c).
## Chore
RBS Typing improvements based on latest stdlib signatures additions, such as `openssl`, `digest`, `socket` and others.