From 2f76db211941a5df7624a8fa0f5a5a0b3b7eec2a Mon Sep 17 00:00:00 2001 From: Robbert Krebbers <mail@robbertkrebbers.nl> Date: Sun, 2 Feb 2020 15:53:51 +0100 Subject: [PATCH] More changelog. --- CHANGELOG.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 012580e53..67822ca4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,9 +46,14 @@ Coq development, but not every API-breaking change is listed. Changes marked basic proofmode support. * Sealed the definitions of `big_opS`, `big_opMS`, `big_opM` and `big_sepM2` to prevent undesired simplification. -* Better handling of persistent results in `iDestruct`, `iPoseProof`, `iAssert`, - and friends. See https://gitlab.mpi-sws.org/iris/iris/merge_requests/341 for - more details. +* The tactics `iDestruct`, `iPoseProof`, and `iAssert` have become stronger: + - They succeed in certain cases where they used to fail. + - They keep certain hypotheses in the intuitionistic context, where they were + moved to the spatial context before. + The latter can lead to stronger proof mode contexts, and therefore to + backwards incompatibility. This can usually be fixed by manually clearing some + hypotheses. A more detailed description of the changes can be found in + https://gitlab.mpi-sws.org/iris/iris/merge_requests/341. ## Iris 3.2.0 (released 2019-08-29) -- GitLab