From 4258dec3ec65344c6ba5d6049af754975dd3e4e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20B=C3=B6ker?= Date: Wed, 15 Jan 2025 14:50:49 +0100 Subject: [PATCH] Add a few more entries to Changes --- Changes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changes b/Changes index f138b83..9ef1d97 100644 --- a/Changes +++ b/Changes @@ -5,3 +5,7 @@ Revision history for Cro::HTTP `server-error` (505). - Add support for HTTP/2 cookie headers. - Be more lenient when receiving Cookies with duplicate parameters. + - Fix HTTP1.1 connection caching when explicitly passing the HTTP version. + - Fix HTTP2 connections with multiple streams stalling. + - Change dependency management to allow individual Cro modules to be + updated individually.