From 59af795a877a0296d5283902299d785e5e1fa70d Mon Sep 17 00:00:00 2001 From: Marcello Seri Date: Tue, 31 Oct 2023 10:22:09 +0100 Subject: [PATCH] Update CHANGES Signed-off-by: Marcello Seri --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 30f300b0d..bed0d81e6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,5 @@ ## v6.0.0~beta1 (2023-10-27) +- cohttp-eio: move new Cohttp.{Client,Server} modules under Cohttp.Generic (mseri #1003) - cohttp-eio: Add Client.make_generic and HTTPS support. (talex5 #1002) - cohttp: move generic client and server signatures to cohttp and use them across all packges. (mefyl #984) - cohttp-eio: Complete rewrite to follow common interfaces and behaviors. (mefyl #984)