From b8561191393af31e0115577961e59fea2db52150 Mon Sep 17 00:00:00 2001 From: Robbert Krebbers <mail@robbertkrebbers.nl> Date: Tue, 2 May 2023 14:16:57 +0200 Subject: [PATCH] CHANGELOG. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 695f09bd..e9ad3d67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,6 +46,10 @@ longer supported by this release. intersection. (by Marijn van Wezel) - Add lemmas `map_filter_or` and `map_filter_and` for the union and intersection of filters on maps. (by Marijn van Wezel) +- Set `Hint Mode Equiv !`; this might need some type annotations for ambiguous + uses of `≡`. +- Set `intuition_solver ::= auto` (the default is `auto with *`) instead of + redeclaring `intuition`. The following `sed` script should perform most of the renaming (on macOS, replace `sed` by `gsed`, installed via e.g. `brew install gnu-sed`). -- GitLab