From 75f8ebdd199f181e8709c69d478d706b2c33fa26 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Nov 2022 03:08:45 +0000 Subject: [PATCH] doc: update changelog --- RELEASES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASES.md b/RELEASES.md index 7ea92ef0ce3..094373417ac 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,6 +1,8 @@ Unreleased --------- +* [Update Lake to latest prerelease](https://github.com/leanprover/lean4/pull/1879). + * [Introduce parser memoization to avoid exponentional behavior](https://github.com/leanprover/lean4/pull/1799). * [feat: allow `doSeq` in `let x <- e | seq`](https://github.com/leanprover/lean4/pull/1809).