diff --git a/CHANGELOG.md b/CHANGELOG.md index f3d7e0479dfe1f9a8b273ca18d262008f908c9b0..3b4e284c3c151c9a6265107a43d14c2643c01f75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -70,7 +70,11 @@ lemma. Local Instance frame_exist_instantiate_disabled : FrameInstantiateExistDisabled := {}. ``` - `iFrame` will not instantiate existential quantifiers below connectives such as `-∗`, `∀`, `→` and `WP`, since this is more frequently unsafe (MR: iris/iris!1035). If you have custom recursive `Frame` instances for which you want to disable instantiating existential quantifiers, you need to replace the `Frame ...` premise of your instance with `(FrameInstantiateExistDisabled → Frame ...)`. + `iFrame` will not instantiate existential quantifiers below connectives such as + `-∗`, `∀`, `→` and `WP`, since this is more frequently unsafe (MR: iris/iris!1035). + If you have custom recursive `Frame` instances for which you want to disable + instantiating existential quantifiers, you need to replace the `Frame ...` premise + of your instance with `(FrameInstantiateExistDisabled → Frame ...)`. **Changes in `base_logic`:**