Skip to content

v1.1.1

Latest
Compare
Choose a tag to compare
@trefis trefis released this 31 May 08:58
· 19 commits to master since this release

v1.1.1

  • minimize substs in paths.
    i.e. instead of having (Foo.Bar.Baz.t)/(Toto.Tata.Baz.t) we now have
    ((Foo.Bar)/(Toto.Tata)).Baz.t

  • remember sections titles to be able to splice them when referencing sections.
    (ocaml/odoc#37)