diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fab43e3153b408e8cb5a7d8719ac726129780b9..701574926066c5f0bf2dcd8e75516409a5cede6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ lemma. * Add lemmas `big_opS_gset_to_gmap` and `big_opS_gset_to_gmap_L`, which rewrite between `gset_to_gmap` and big set ops of singleton maps. (by Isaac van Bakel) +* Add lemmas `discrete_fun_update` and `discrete_fun_updateP`, which updates an + abitrary `discrete_fun` to another. For `discrete_fun_updateP`, this requires + the domain to be finite, similar to `discrete_fun_included_spec`. (by Janggun Lee) **Changes in `proofmode`:**