Skip to content
Snippets Groups Projects
Commit 365ae70b authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

CHANGELOG.

parent c0e8dc23
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,9 @@ Coq 8.11 is no longer supported in this version of Iris. ...@@ -59,7 +59,9 @@ Coq 8.11 is no longer supported in this version of Iris.
As a consequence, `make_laterable_elim` got weaker: elimination now requires As a consequence, `make_laterable_elim` got weaker: elimination now requires
an except-0 modality (`make_laterable P -∗ ◇ P`). an except-0 modality (`make_laterable P -∗ ◇ P`).
- Add `iModIntro` support for `make_laterable`. - Add `iModIntro` support for `make_laterable`.
* State `bi_mono_pred` using `□`/`-∗` instead of `<pers>`/`→`. * Improvements to `bi_mono_pred`:
- Use `□`/`-∗` instead of `<pers>`/`→`.
- Strengthen to ensure that functions for recursive calls are non-expansive.
**Changes in `proofmode`:** **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