diff --git a/CHANGELOG.md b/CHANGELOG.md index 897bc5fe115f2e43aa9e7f4be762064b4680a2f9..3054df8ceded6e5453cc4ea1a44cbba66d1ee2cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -68,6 +68,9 @@ 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. +* Slight change to the `AACC` notation for atomic accessors (which is usually + only printed, not parsed): added a `,` before `ABORT`, for consistency with `COMM`. **Changes in `proofmode`:**