From 7b5b5d1d52c4529d2d55945d5dfdc9448d85eddb Mon Sep 17 00:00:00 2001 From: David Scott Date: Thu, 16 Nov 2017 10:48:36 +0000 Subject: [PATCH] Prepare to release v1.0.0 This has: - API changes (module wrapping) - opam package changes (cohttp-mirage) - `-safe-string` fixes Signed-off-by: David Scott --- CHANGES.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 4ea1a95bb2..f97576602f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +## v1.0.0 (2017-11-16) + +* opam: rename `mirage-http` to `cohttp`-mirage` (#572) +* cohttp-lwt{,-unix}: wrap the libraries in top-level modules (#568) +* opam: improve dependencies (#574, #566, #575) +* cohttp: add the convenience function `Header.is_empty` (#576) +* fix compatibility with OCaml 4.06 and `-safe-string` (#580, #581) + ## v0.99.0 (2017-07-12) Port build to jbuilder, and break up OPAM packages into multiple