Skip to content
Snippets Groups Projects
Commit a9043adb authored by Ralf Jung's avatar Ralf Jung
Browse files

Merge branch 'ralf/vdash-changelog' into 'master'

vdash changelog

See merge request iris/iris!393
parents 62be0a86 ba7879fc
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,10 @@ Coq development, but not every API-breaking change is listed. Changes marked
**Changes in Coq:**
* Added support for Coq 8.10 and Coq 8.11; dropped support for Coq 8.7 and Coq 8.8.
* Removed coercion from `iProp` (and other MoSeL propositions) to `Prop`.
Instead, use the new unary notation `⊢ P`, or `⊢@{PROP} P` if the proposition
type cannot be inferred. This also means that `%I` should not be necessary any
more when stating lemmas, as `P` above is automatically parsed in scope `%I`.
* A new tactic `iStopProof` to turn the proof mode entailment into an ordinary
Coq goal `big star of context ⊢ proof mode goal`.
* Rename `iProp`/`iPreProp` to `iPropO`/`iPrePropO` since they are `ofeT`s.
......
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