diff --git a/CHANGES.md b/CHANGES.md index b937f2a1a..c97ea2a0d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,5 @@ ## v6.0.0~beta1 (2023-10-24) +- cohttp-eio: move new Cohttp.{Client,Server} modules under Cohttp.Generic (mseri #1003) - cohttp-eio: Complete rewrite to follow common interfaces and behaviors. (mefyl #984) - cohttp-eio: Add Client.make_generic and HTTPS support. (talex5 #1002)