Skip to content
Snippets Groups Projects
Commit 63a0ea9e authored by Hai Dang's avatar Hai Dang
Browse files

Add renaming for to CHANGELOG

parent c9984c7f
No related branches found
No related tags found
No related merge requests found
......@@ -119,6 +119,12 @@ Changes in Coq:
authoritative elements have agreement: `✓ (●{p} a ⋅ ●{q} b) ⇒ a ≡ b`. As a
consequence, `auth` is no longer a COFE and does not preserve Leibniz
equality.
* Rename in `auth`:
- Use `auth_auth_proj`/`auth_frag_proj` for the projections of `auth`:
`authoritative``auth_auth_proj` and `auth_own``auth_frag_proj`.
- Use `auth_auth` and `auth_frag` for the injections into authoritative
elements and non-authoritative elements respectively.
- Lemmas for the projections and injections are renamed accordingly.
## Iris 3.1.0 (released 2017-12-19)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment