diff --git a/CHANGES.md b/CHANGES.md index b5a876711b..d8ea1f9543 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,14 @@ +## current + +- cohttp: update HTTP codes (@emillon #711) +- cohttp: add Uti.t to uri scheme (@brendanlong #707) +- cohttp: fix chunked encoding of empty body (@mefyl #715) +- cohttp-async: fix body not being uploaded with unchunked Async.Pipe (@mefyl #706) +- cohttp-{async, lwt}: fix suprising behaviours of Body.is_empty (@anuragsoni #714 #712 #713) +- port to conduit 3.0.0 and documentation update, includes minor breaking changes on the API and the distinction between cohttp-lwt-unix (using tls), cohttp-lwt-notls and cohttp-lwt-ssl (using lwt_ssl) (@dinosaure #692 #716) +- cohttp-lwt-jsoo: rename Cohttp_lwt_xhr to Cohttp_lwt_jsoo for consistency (@mseri #717) +- refactoring of tests (@mseri #709, @dinosaure #692) + ## v2.5.4 (2020-07-21) - cohttp: a change in #694 modified the semantics of Header.replace. diff --git a/cohttp-lwt-jsoo/src/cohttp_lwt_xhr.ml b/cohttp-lwt-jsoo/src/cohttp_lwt_jsoo.ml similarity index 100% rename from cohttp-lwt-jsoo/src/cohttp_lwt_xhr.ml rename to cohttp-lwt-jsoo/src/cohttp_lwt_jsoo.ml diff --git a/cohttp-lwt-jsoo/src/cohttp_lwt_xhr.mli b/cohttp-lwt-jsoo/src/cohttp_lwt_jsoo.mli similarity index 100% rename from cohttp-lwt-jsoo/src/cohttp_lwt_xhr.mli rename to cohttp-lwt-jsoo/src/cohttp_lwt_jsoo.mli