Skip to content
Snippets Groups Projects
Commit af309491 authored by Ralf Jung's avatar Ralf Jung
Browse files

expand CHANGELOG

parent 7802e99f
No related branches found
No related tags found
No related merge requests found
...@@ -67,6 +67,8 @@ Changes in Coq: ...@@ -67,6 +67,8 @@ Changes in Coq:
* The `iInv` tactic can now be used without the second argument (the name for * The `iInv` tactic can now be used without the second argument (the name for
the closing update). It will then instead add the obligation to close the the closing update). It will then instead add the obligation to close the
invariant to the goal. invariant to the goal.
* The new `iEval` tactic can be used to execute a simplification or rewriting
tactic on some specific part(s) of the proofmode goal.
* Added support for defining derived connectives involving n-ary binders using * Added support for defining derived connectives involving n-ary binders using
telescopes. telescopes.
* The proof mode now more consistently "prettifies" the goal after each tactic. * The proof mode now more consistently "prettifies" the goal after each tactic.
...@@ -109,6 +111,7 @@ Changes in Coq: ...@@ -109,6 +111,7 @@ Changes in Coq:
* Remove locked value lambdas. The value scope notations `rec: f x := e` and * Remove locked value lambdas. The value scope notations `rec: f x := e` and
`(λ: x, e)` no longer add a `locked`. Instead, we made the `wp_` tactics `(λ: x, e)` no longer add a `locked`. Instead, we made the `wp_` tactics
smarter to no longer unfold lambdas/recs that occur behind definitions. smarter to no longer unfold lambdas/recs that occur behind definitions.
* Export the fact that `iPreProp` is a COFE.
## Iris 3.1.0 (released 2017-12-19) ## Iris 3.1.0 (released 2017-12-19)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment