Skip to content

Commit

Permalink
chore: update RELEASES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leodemoura committed Nov 9, 2023
1 parent e53952f commit dcb40f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ v4.3.0
* The `:=` syntax for configuration declarations (i.e., `package`, `lean_lib`, and `lean_exe`) has been deprecated. For example, `package foo := {...}` is deprecated.
* [support for overriding package URLs via `LAKE_PKG_URL_MAP`](https://github.com/leanprover/lean4/pull/2709)

* `simp [f]` does not unfold partial applications of `f` anymore. See issue [#2042](https://github.com/leanprover/lean4/issues/2042).
To fix proofs affected by this change, use `unfold f` or `simp (config := { unfoldPartialApp := true }) [f]`.

v4.2.0
---------

Expand Down

0 comments on commit dcb40f6

Please sign in to comment.