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

Add CHANGELOG

parent a4e204fd
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,9 @@ Coq 8.11 is no longer supported in this version of Iris.
- Use `□`/`-∗` instead of `<pers>`/`→`.
- Strengthen to ensure that functions for recursive calls are non-expansive.
* Add `big_andM` (big conjunction on finite maps) with lemmas similar to `big_andL`.
* Add transitive embedding that constructs an embedding of `PROP1` into `PROP3`
by combining the embeddings of `PROP1` into `PROP2` and `PROP2` into `PROP3`.
This construct is *not* declared as an instance to avoid TC search divergence.
**Changes in `proofmode`:**
......
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