CHANGES:
### Added
- Exposed sherlodoc libraries for use in other projects (@jonludlam, #1349)
- OCaml 5.4.0 support (@Octachron, #1355)
- New arguments to LaTeX generator, --shorten-beyond-depth and
--remove-functor-arg-link (@Octachron, #1337) - New experimental markdown generator (@davesnx, #1341)
Changed
- Remove cmdliner compatibility layer, no longer needed (@dbuenzli, #1328)
- Drop support for OCaml < 4.08 (@jonludlam, #1300)
- Allow referencing libraries from package added in
odoc-config.sexp
(@panglesd, #1343) - Use full path in heading labels in LaTeX backend (@Octachron, #1332)
- Separate page from anchor in LaTeX labels to prevent collisions (@Octachron,
#1337)
Fixed
- Fix bug in parsing META files when there are no dependencies (@jonludlam, #1352)
- Fix #1335 - incorrect rendering when on medium screen size with no global
sidebar (@lukemaurer, #1361) - Fixed generation of occurrences for docs CI (@jonludlam, #1362)
- Partial fix for #1369 - ensure that we never create a link to a hidden page
(@jonludlam, #1370)