diff --git a/CHANGELOG.md b/CHANGELOG.md index 04eb4aeee1d144734d2f0d9841fa9271f540e047..07970642ff5ae7a69aefd5ffd9dae7fa64c68f5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,6 +51,11 @@ Coq 8.11 is no longer supported in this version of Iris. value type, instead of a language. This requires extra type annotations or explicit coercions in a few cases, in particular `WP v {{ Φ }}` must now be written `WP (of_val v) {{ Φ }}`. +* Improve `make_laterable`: + - Adjust definition such that `Laterable P` iff `P ⊢ make_laterable `. + As a consequence, `make_laterable_elim` got weaker: elimination now requires + an except-0 modality (`make_laterable P -∗ ◇ P`). + - Add `iModIntro` support for `make_laterable`. **Changes in `proofmode`:**