From de5459d501dc6606cc744df478db8c3701cf08fa Mon Sep 17 00:00:00 2001 From: PizieDust Date: Wed, 11 Sep 2024 05:03:26 +0200 Subject: [PATCH] add changelog --- CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 8855c5fa6..b4c358225 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -15,6 +15,9 @@ - Add a code-action for syntactic and semantic movement shortcuts based on Merlin's Jump command (#1364) +- Add custom + [`ocamllsp/polaritysearch`](/ocaml-lsp-server/docs/ocamllsp/polaritySearch-spec.md) request (#1369) + ## Fixes - Kill unnecessary ocamlformat processes with sigterm rather than sigint or