Skip to content

Commit

Permalink
Add a changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
tmattio committed May 17, 2023
1 parent a2f91fc commit 91a1598
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## Fixes

- Refactor comment parsing to use `odoc-parser` and `cmarkit` instead of
`octavius` and `omd` (#1088)

This allows users who migrated to omd 2.X to install ocaml-lsp-server in the
same opam switch.

We also slightly improved markdown generation support and fixed a couple in
the generation of inline heading and module types.

- Allow opening documents that were already open. This is a workaround for
neovim's lsp client (#1067)

Expand Down

0 comments on commit 91a1598

Please sign in to comment.