From 423345e2dd4d485bc91e762d3f89746d4882040b Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Thu, 14 Apr 2022 19:29:26 -0500 Subject: [PATCH] chore: prepare 1.11.0 --- CHANGES.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 74fd1ce33..5b91dbbce 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,8 +1,16 @@ -# Unreleased +# 1.11.0 + +## Features + +- Add support for dune in watch mode. The lsp server will now display build + errors in the diagnostics and offer promotion code actions. + +- Re-introduce ocamlformat-rpc (#599, fixes #495) ## Fixes -- Fix workspace symbols that could have a wrong path in some cases ([#675](https://github.com/ocaml/ocaml-lsp/pull/671)) +- Fix workspace symbols that could have a wrong path in some cases + ([#675](https://github.com/ocaml/ocaml-lsp/pull/671)) # 1.10.6