Odoc 3.2.0
CHANGES:
Added
- Allow persistent latex macros in HTML/KaTeX backend (@dlesbre, #1391)
markdown-generatecommand now accepts multiple.odoclfiles in a single
invocation, eliminating the need for shell scripting (@davesnx, #1387)- Support for OxCaml (@lukemaurer, @art-w, #1399)
- OCaml 5.5.0 support (@panglesd, @xvw, #1406)
Fixed
- Fix compile-time crashing bugs #930 and #1385 (@jonludlam, #1400)
- Markdown backend assumes ocaml as langId on declarations
- Markdown backend collects all code snippets and render a single code block with comments, rather than split the variants/records per constructor/field
- Fix URL remapping for page references (@jonludlam, #1395)
- Fix #1396, which broke incrememntal builds (@jonludlam, #1402)
- Ensure all warnings turn into errors with --warn-error (@jonludlam, #1402)
- Fix missing parentheses for polymorphic arguments (@art-w, #1404)