From e580a2194e92aece1668e0528ab52dc4c733868a Mon Sep 17 00:00:00 2001 From: mhuisi Date: Mon, 22 Jan 2024 14:33:25 +0100 Subject: [PATCH] doc: update RELEASES.md for #3159 --- RELEASES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASES.md b/RELEASES.md index eb4c13e76577..78c97998d98b 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -192,6 +192,8 @@ example : x + foo 2 = 12 + x := by ought to be applied to multiple functions, the `decreasing_by` clause has to be repeated at each of these functions. +* 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 ---------