From 8d97557b5ef03ce565000d477f0ffc59505bbdae Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Sat, 22 Jul 2023 15:35:17 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9019babc..e0cf578f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,11 @@ Coq 8.13 is no longer supported. (by Michael Sammler, Lennard Gäher, and Simon Spies). * Add `max_Z` and `mono_Z` cameras. * Add `dfrac_valid`. +* Rename `Some_included_2` to `Some_included_mono`. +* Consistently use `Some x ≼ Some y` to express the reflexive closure of + `x ≼ y`. This changes the statements of some lemmas: `singleton_included`, + `local_update_valid0`, `local_update_valid`. Also add various new + `Some_included` lemmas to help deal with these assertions. **Changes in `bi`:** -- GitLab