From 4dcbeff6a24b83a6d6c75c84a55b7f00bde27bf6 Mon Sep 17 00:00:00 2001 From: Bikal Lem <315907+bikallem@users.noreply.github.com> Date: Fri, 2 Sep 2022 14:02:51 +0100 Subject: [PATCH] Update CHANGES.md Co-authored-by: Marcello Seri --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 557f54547c..8378198fe8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,7 @@ ## Unreleased - cohttp-eio: add Content-Length header to request/response (bikallem #929) - cohttp-eio: add cohttp-eio client api - Cohttp_eio.Client (bikallem #879) +- http: add requires_content_length function for requests and responses (bikallem #879) - cohttp-eio: use Eio.Buf_write and improve server API (talex5 #887) - cohttp-eio: update to Eio 0.3 (talex5 #886) - cohttp-eio: convert to Eio.Buf_read (talex5 #882)