From e9f98e6b78d7b346508843444d4afd7f6ae094d8 Mon Sep 17 00:00:00 2001 From: Thomas Refis Date: Mon, 22 May 2017 17:34:40 +0100 Subject: [PATCH] Update change log. --- CHANGES.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 9e318c4..9ebcb17 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,19 @@ +v1.1.0 +------- + +- class types: fix rendering, they were previously rendered as classes. + cf. ocaml-doc/odoc#72 + +- place docstring above include not below + +- handle substitutions on first class modules + cf. ocaml-doc/odoc#75 + +- switch to jbuilder + +- use "display type" to render canonical modules as "module Foo : sig .. end" + instead of "module Foo = Foo" (which was confusing) + v1.0.0 -------