From 8fe1a94e0d02b81b1e6262341138e2fb227dfc41 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Sat, 4 Sep 2021 22:50:13 -0400 Subject: [PATCH] changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef8a23a4c..7ab1fb0b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -68,7 +68,8 @@ Coq 8.11 is no longer supported in this version of Iris. by combining the embeddings of `PROP1` into `PROP2` and `PROP2` into `PROP3`. This construct is *not* declared as an instance to avoid TC search divergence. (by Hai Dang, BedRock Systems) -* Improve notation printing around `WP`, Texan triples, and logically atomic triples. +* Improve notation printing around magic wands, view shifts, `WP`, Texan + triples, and logically atomic triples. * Slight change to the `AACC` notation for atomic accessors (which is usually only printed, not parsed): added a `,` before `ABORT`, for consistency with `COMM`. * Add the lemmas `big_sepM_impl_strong` and `big_sepM_impl_dom_subseteq` that -- GitLab