From 9f63a9f28889288c6dbca1961af6679f91d5417f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 07:57:12 +0000 Subject: [PATCH] doc: update changelog --- RELEASES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASES.md b/RELEASES.md index cd8413ed31..84c95fd56d 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -10,6 +10,8 @@ Please check the [releases](https://github.com/leanprover/lean4/releases) page f v4.3.0 (development in progress) --------- +* [Cancel outstanding tasks on document edit in the language server](https://github.com/leanprover/lean4/pull/2648). + * `IO.Process.output` no longer inherits the standard input of the caller. * The derive handler for `DecidableEq` [now handles](https://github.com/leanprover/lean4/pull/2591) mutual inductive types. * [Show path of failed import in Lake](https://github.com/leanprover/lean4/pull/2616).