From d8db31da11bf15dc4347c0f75611169703720f44 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Sat, 4 Sep 2021 22:43:49 -0400 Subject: [PATCH] changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b87bae3..601a57ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -152,6 +152,7 @@ API-breaking change is listed. `map_filter_singleton_False`, `map_filter_comm`, `map_union_least`, `map_subseteq_difference_l`, `insert_difference`, `insert_difference'`, `difference_insert`, `difference_insert_subseteq`. (by Hai Dang) +- Add `map_size_disj_union`. - Tweak reduction on `gset`, so that `cbn` matches the behavior by `simpl` and does not unfold `gset` operations. (by Paolo G. Giarrusso, BedRock Systems) - Add `get_head` tactic to determine the syntactic head of a function -- GitLab