doc: update RELEASES.md for #3159 (#3205)

This commit is contained in:
Marc Huisinga 2024-01-22 14:47:25 +01:00 committed by GitHub
parent e9f69d1068
commit 4f41ccfcbf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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