Skip to content

Commit

Permalink
doc: lake: flexible manifest release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
tydeu committed Nov 15, 2023
1 parent 866ea09 commit 9b1999b
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 @@ -13,6 +13,8 @@ v4.4.0 (development in progress)

* By default, `simp` will no longer try to use Decidable instances to rewrite terms. In particular, not all decidable goals will be closed by `simp`, and the `decide` tactic may be useful in such cases. The `decide` simp configuration option can be used to locally restore the old `simp` behavior, as in `simp (config := {decide := true})`; this includes using Decidable instances to verify side goals such as numeric inequalities.
* **Lake:** Moved the default build directory (e.g., `build`), default packages directory (e.g., `lake-packages`), and the compiled configuration (e.g., `lakefile.olean`) into a new dedicated directory for Lake outputs, `.lake`. The cloud release build archives are also stored here, fixing [#2713](https://github.com/leanprover/lean4/issues/2713).
* **Lake:** Update manifest format to version 7 (see [lean4#2801](https://github.com/leanprover/lean4/pull/2801) for details on the changes).
* **Lake:** Deprecate the `manifestFile` field of a package configuration.

v4.3.0
---------
Expand Down

0 comments on commit 9b1999b

Please sign in to comment.