From 7301db635c2234184cc2164cad22c33de3f3ee73 Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Wed, 5 Jul 2023 16:35:20 +0200 Subject: [PATCH] changes for 0.2.5 --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index ccf6bed..963c5db 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +## v0.2.5 (2023-07-05) + +* Order http2 headers appropriately to avoid malformed requests (#20, @hannesm) + ## v0.2.4 (2023-07-03) * In HTTP/2, always lowercase the header keys (#19 by @ScoreUnder,