releases.md in async-http-0.76.0 vs releases.md in async-http-0.77.0
- old
+ new
@@ -1,6 +1,17 @@
# Releases
+## v0.77.0
+
+ - Improved HTTP/1 connection handling.
+ - The input stream is no longer closed when the output stream is closed.
+
+## v0.76.0
+
+ - `Async::HTTP::Body::Writable` is moved to `Protocol::HTTP::Body::Writable`.
+ - Remove `Async::HTTP::Body::Delayed` with no replacement.
+ - Remove `Async::HTTP::Body::Slowloris` with no replacement.
+
## v0.75.0
- Better handling of HTTP/1 \<-\> HTTP/2 proxying, specifically upgrade/CONNECT requests.
## v0.74.0