From 6df09d16e5f04d1b4118437c56e0aa302a20b554 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 17:20:54 +0000 Subject: [PATCH] doc: update changelog --- RELEASES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASES.md b/RELEASES.md index 84c95fd56d..f1e7fccccf 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) --------- +* [isDefEq cache for terms not containing metavariables.](https://github.com/leanprover/lean4/pull/2644). + * [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.