Skip to content

Commit

Permalink
doc: update RELEASES.md for leanprover#3159
Browse files Browse the repository at this point in the history
  • Loading branch information
mhuisi committed Jan 22, 2024
1 parent 5cc9f6f commit e580a21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------
Expand Down

0 comments on commit e580a21

Please sign in to comment.