From 17b3b23196257bf97df48c663dfc9f8fb798882c Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Wed, 5 Jul 2023 16:33:24 +0200 Subject: [PATCH] changes for 0.0.5 --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 9cc5631..908de3f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +# v0.0.5 2023-07-05 - Berlin (Germany) + +* Order http2 headers appropriately to avoid malformed requests (as in http-lwt-client#20, @hannesm) + # v0.0.4 2023-07-03 - Berlin (Germany) * Always lowercase the header keys in HTTP2 (as in http-lwt-client#19, @hannesm)