doc: update RELEASES.md for #3552 (#3561)

This commit is contained in:
Marc Huisinga 2024-03-02 01:27:21 +01:00 committed by GitHub
parent 78726c936f
commit 9cf3fc50c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -89,6 +89,8 @@ v4.7.0 (development in progress)
* Improved auto-completion performance. [#3460](https://github.com/leanprover/lean4/pull/3460)
* Improved initial language server startup performance. [#3552](https://github.com/leanprover/lean4/pull/3552)
* Changed call hierarchy to sort entries and strip private header from names displayed in the call hierarchy. [#3482](https://github.com/leanprover/lean4/pull/3482)
* There is now a low-level error recovery combinator in the parsing framework, primarily intended for DSLs. [#3413](https://github.com/leanprover/lean4/pull/3413)