From 32bee7fcdb4c6cb85d7858fd4fa2539daa4cba79 Mon Sep 17 00:00:00 2001 From: Robbert Krebbers <mail@robbertkrebbers.nl> Date: Wed, 1 Apr 2020 00:01:03 +0200 Subject: [PATCH] CHANGELOG. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d10badce4..420d3949f 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:** -- GitLab