From 3817637823f57ac54ab56011ac80b636b18cca33 Mon Sep 17 00:00:00 2001 From: Robbert Krebbers <mail@robbertkrebbers.nl> Date: Mon, 24 Jul 2023 19:14:08 +0200 Subject: [PATCH] CHANGELOG. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b290acc6..522940fac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -105,6 +105,10 @@ Coq 8.13 is no longer supported. * Add `∗-∗` as notation in `stdpp_scope` similar to `-∗`. This means `P ∗-∗ Q` can be directly used as lemma statement, and is syntactic sugar for `⊢ P ∗-∗ Q`. * Add `≼` connective (`internal_included`) on the BI level. (by Ike Mulder) +* Move laws of persistence modality out of `BiMixin` into `BiPersistentlyMixin`. +* Provide smart constructor `bi_persistently_mixin_discrete` for + `BiPersistentlyMixin`: Given a discrete BI that enjoys the existential + property, a trivial definition of the persistence modality can be given. **Changes in `proofmode`:** -- GitLab