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
7ccbd319
Commit
7ccbd319
authored
7 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
start on the changelog for 3.1
parent
68ee814e
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
+25
-2
25 additions, 2 deletions
CHANGELOG.md
with
25 additions
and
2 deletions
CHANGELOG.md
+
25
−
2
View file @
7ccbd319
...
...
@@ -3,9 +3,32 @@ way the logic is used on paper. We also mention some significant changes in the
Coq development, but not every API-breaking change is listed. Changes marked
`[#]`
still need to be ported to the Iris Documentation LaTeX file(s).
## Iris 3.
x.y
## Iris 3.
1.0 (unfinished)
*
[#] CMRA morphisms now have to be homomorphisms, not just monotone functions.
Changes in and extensions of the theory:
*
[#] CMRA morphisms have to be homomorphisms, not just monotone functions.
*
[#] Show that f has a fixed point if f^k is contractive.
*
Provide least and greatest fixed point (defined in the logic of Iris).
*
Prove the inverse of wp_bind.
Changes in Coq:
*
Some things got renamed and notation changed:
-
The unit of a CMRA: empty -> unit, ∅ -> ε
-
IntoOp -> IsOp
*
Fix a bunch of consistency issues in the proof mode, and make it overall more
usable. In particular:
-
All proof mode tactics start the proof mode if necessary; iStartProof is no
longer needed.
-
Change in the grammar of specialization patterns: >[...] -> [> ...]
-
? More stuff ?
*
Redefine bigops to get more definitional equalities.
*
Improve solve_ndisj.
*
Improve handling of pure (non-state-dependent) reductions in heap_lang.
*
Use Hint Mode to prevent Coq from making arbitrary guesses in the presence of
evars. There are a few places where type annotations are now needed.
*
The prelude folder has been moved to its own project: std++
## Iris 3.0.0 (released 2017-01-11)
...
...
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