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

CHANGELOG.

parent d179e416
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,11 @@ With this release, we dropped support for Coq 8.9.
existentials above. As part of this change, it now uses a base name of `H` for
pure facts rather than the previous default of `a`. This also requires some
changes if you were implementing `FromForall`, in order to forward names.
* Make `iFrame` "less" smart w.r.t. clean up of modalities. It now consistently
removes the modalities `<affine>`, `<absorbing>`, `<persistent>` and `□` only
if the result after framing is `True` or `emp`. In particular, it no longer
removes `<affine>` if the result after framing is affine, and it no longer
removes `□` if the result after framing is intuitionistic.
**Changes in `base_logic`:**
......
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