diff --git a/CHANGELOG.md b/CHANGELOG.md index d0f2c9485fe0b5acb3332dca1a5d12506e398a63..8067277f4ba3b00d7342104741d5d69ad306f513 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -83,6 +83,11 @@ HeapLang, which is now in a separate package `coq-iris-heap-lang`. duplicate of `fupd_plain_laterN`. * Strengthen `big_sepL2_app_inv` by weakening a premise (it is sufficient for one of the two pairs of lists to have equal length). +* Add lemmas to big-ops that provide ownership of a single element and permit + changing the quantified-over predicate when re-assembling the big-op: + `big_sepL_lookup_acc_impl`, `big_sepL2_lookup_acc_impl`, + `big_sepM_lookup_acc_impl`, `big_sepM2_lookup_acc_impl`, + `big_sepS_elem_of_acc_impl`, `big_sepMS_elem_of_acc_impl`. **Changes in `proofmode`:**