diff --git a/CHANGELOG.md b/CHANGELOG.md index d10badce458550810d01b51979a7dbf457b491da..420d3949fb4354fc3b6c5a0b55d6b7f8969c9090 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -79,6 +79,8 @@ Coq development, but not every API-breaking change is listed. Changes marked - Use the non-`_inv` names (that freed up) for the forwards directions: `reducible_fill`, `reducible_no_obs_fill`, `irreducible_fill_inv`. * The tactic `iAssumption` also recognizes assumptions `⊢ P` in the Coq context. +* Add notion `ofe_iso A B` that states that OFEs `A` and `B` are isomorphic. +* Make use of `ofe_iso` in the COFE solver. **Changes in heap_lang:**