Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lennard Gäher
Iris
Commits
8341b39b
Commit
8341b39b
authored
Sep 30, 2020
by
Robbert Krebbers
Browse files
CHANGELOG.
parent
c66ceaed
Changes
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
8341b39b
...
...
@@ -25,6 +25,16 @@ With this release, we dropped support for Coq 8.9.
*
Rename
`auth_both_valid`
to
`auth_both_valid_discrete`
and
`auth_both_frac_valid`
to
`auth_both_frac_valid_discrete`
. The old name is
used for new, stronger lemmas that do not assume discreteness.
*
Add the view camera
`view`
, which generalizes the authoritative camera
`auth`
by being parameterized by a relation that relates the authoritative
element with the fragments.
*
Redefine the authoritative camera in terms of the view camera. As part of this
change, we have removed lemmas that leaked implementation details. Hence, the
only way to construct elements of
`auth`
is via the elements
`●{q} a`
and
`◯ b`
. The constructor
`Auth`
, and the projections
`auth_auth_proj`
and
`auth_frag_proj`
no longer exist. Lemmas that referred to these constructors
have been removed, in particular,
`auth_included`
,
`auth_valid_discrete`
,
and
`auth_both_op`
.
**Changes in `proofmode`:**
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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