We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f429ba2 commit e9f98e6Copy full SHA for e9f98e6
CHANGES.md
@@ -1,3 +1,19 @@
1
+v1.1.0
2
+-------
3
+
4
+- class types: fix rendering, they were previously rendered as classes.
5
+ cf. ocaml-doc/odoc#72
6
7
+- place docstring above include not below
8
9
+- handle substitutions on first class modules
10
+ cf. ocaml-doc/odoc#75
11
12
+- switch to jbuilder
13
14
+- use "display type" to render canonical modules as "module Foo : sig .. end"
15
+ instead of "module Foo = Foo" (which was confusing)
16
17
v1.0.0
18
-------
19
0 commit comments