From b870b269d5e2050bf08dab2fcbee5c621957825f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reynir=20Bj=C3=B6rnsson?= Date: Sat, 6 Jan 2024 11:59:58 +0100 Subject: [PATCH] Update CHANGES.md in preparation of v0.2.6 release --- CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 3cb13c8..a074b05 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +## v0.2.6 (2024-01-06) + +* Call shutdown in h2 to properly close http2 connections. This fixes a file + descriptor leak reported in #22 (#23, @reynir @hannesm) + ## v0.2.5 (2023-07-05) * Order http2 headers appropriately to avoid malformed requests (#20, @hannesm)