Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gaëtan Gilbert
Iris
Commits
af309491
Commit
af309491
authored
5 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
expand CHANGELOG
parent
7802e99f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+3
-0
3 additions, 0 deletions
CHANGELOG.md
with
3 additions
and
0 deletions
CHANGELOG.md
+
3
−
0
View file @
af309491
...
@@ -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)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment