Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jonas Kastberg
iris
Commits
af309491
Commit
af309491
authored
May 21, 2019
by
Ralf Jung
Browse files
expand CHANGELOG
parent
7802e99f
Changes
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
af309491
...
...
@@ -67,6 +67,8 @@ Changes in Coq:
*
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
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
telescopes.
*
The proof mode now more consistently "prettifies" the goal after each tactic.
...
...
@@ -109,6 +111,7 @@ Changes in Coq:
*
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
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)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment