diff --git a/CHANGELOG.md b/CHANGELOG.md index 0db633ecbf2176f6d5fed2e5502ca40a7f2c14d1..316a3a6e337a5017aaf2ad84e10c13625b1039b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -133,6 +133,8 @@ API-breaking change is listed. Iris. - Add lemmas `singleton_subseteq_l` and `singleton_subseteq` for sets. - Add lemmas `map_singleton_subseteq_l` and `map_singleton_subseteq` for maps. +- Add lemmas `singleton_submseteq_l` and `singleton_submseteq` for unordered + list inclusion, as well as `lookup_submseteq` and `submseteq_insert`. The following `sed` script should perform most of the renaming (on macOS, replace `sed` by `gsed`, installed via e.g. `brew install gnu-sed`).