diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b8c78888d98bb7551e803735717c4dbe7b10d2c..9ea98013495c3162808957718c97e1ba176de8b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,6 +48,9 @@ With this release, we dropped support for Coq 8.9. * Allow framing below an `<affine>` modality if the hypothesis that is framed is affine. (Previously, framing below `<affine>` was only possible if the hypothesis that is framed resides in the intuitionistic context.) +* Remove the laws `pure_forall_2 : (∀ a, ⌜ φ a âŒ) ⊢ ⌜ ∀ a, φ a âŒ` from the BI + interface and factor it into a type class `BiPureForall`. +* Add notation `¬ P` for `P → False` to `bi_scope`. **Changes in `base_logic`:**