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
Pierre Roux
Iris
Commits
058a7bb2
Commit
058a7bb2
authored
3 years ago
by
Tej Chajed
Committed by
Ralf Jung
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Iris 3.5.0 release notes
parent
b7cd5b97
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+31
-1
31 additions, 1 deletion
CHANGELOG.md
with
31 additions
and
1 deletion
CHANGELOG.md
+
31
−
1
View file @
058a7bb2
...
...
@@ -5,7 +5,37 @@ lemma.
## Iris master
Coq 8.11 is no longer supported in this version of Iris.
## Iris 3.5.0
The highlights and most notable changes of this release are:
*
Coq 8.14 is now supported, while Coq 8.12 and Coq 8.13 remain supported.
*
The proof mode now has native support for pure names
`%H`
in intro patterns,
without installing
[
iris/string-ident
](
https://gitlab.mpi-sws.org/iris/string-ident
)
. If you had
the plugin installed, to migrate simply uninstall the plugin and stop
importing it.
*
The proof mode now supports destructing existentials with the
`"[%x ...]"`
pattern.
*
`iMod`
and
`iModIntro`
now report an error message for mask mismatches.
*
Performance improvements for the proof mode in
`iFrame`
in non-affine
logics,
`iPoseProof`
, and
`iDestruct`
(by Paolo G. Giarrusso, Bedrock Systems,
and Armaël Guéneau).
*
The new
`ghost_map`
logic-level library supports a ghost
`gmap K V`
with an
authoritative view and per-element points-to facts written
`k ↪[γ] w`
.
*
Weakest preconditions now support a flexible number of laters per
physical step of the operational semantics. See merge request
[
!585
](
https://gitlab.mpi-sws.org/iris/iris/-/merge_requests/595
)
(
by
Jacques-Henri Jourdan).
*
HeapLang now has an atomic
`Xchg`
(exchange) operation (by Simon Hudon,
Google).
This release was managed by Ralf Jung, Robbert Krebbers, and Tej Chajed, with
contributions from Amin Timany, Armaël Guéneau, Dan Frumin, Dmitry Khalanskiy,
Hai Dang, Hoang-Hai Dang, Jacques-Henri Jourdan, Lennard Gäher, Michael
Sammler, Paolo G. Giarrusso, Ralf Jung, Robbert Krebbers, Simon Friis Vindum,
Simon Hudon, Tej Chajed, and Yusuke Matsushita. Thanks a lot to everyone
involved!
**Changes in `algebra`:**
...
...
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