doc: update changelog

This commit is contained in:
github-actions[bot] 2023-10-14 17:20:54 +00:00
parent b8af36fba0
commit 6df09d16e5

View file

@ -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.