From df4a8b7dbd706a6c573c9d0f2b923f783817fb6a Mon Sep 17 00:00:00 2001 From: mhuisi Date: Thu, 11 Jan 2024 13:21:47 +0100 Subject: [PATCH] chore: temporarily revert RELEASES.md changes so that CI can run --- RELEASES.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index e2a1208aecfe..74650588b34e 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -11,8 +11,6 @@ of each version. v4.6.0 (development in progress) --------- -* Modify `InfoTree.context` to facilitate augmenting it with partial contexts while elaborating a command. **This breaks backwards compatibility** with all downstream projects that traverse the `InfoTree` manually instead of going through the functions in `InfoUtils.lean`, as well as those manually creating and saving `InfoTree`s. See https://github.com/leanprover/lean4/pull/3159 for how to migrate your code. - v4.5.0 ---------