Odoc 3.2.0

CHANGES:

Added

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)