From 54a2f992ae97cd519db14c84d626c34acbffbc82 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Fri, 13 May 2022 14:49:47 +0000 Subject: [PATCH] changelog consistency --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69fba630..c84a157f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ Coq 8.11 is no longer supported. - Rename "unsealing" lemmas from `_eq` to `_unseal`. This affects `ndot_eq` and `nclose_eq`. These unsealing lemmas are internal, so in principle you should not rely on them. -- Declare hint mode for `FinSet A C` so that `C` is input, and `A` is output +- Declare `Hint Mode` for `FinSet A C` so that `C` is input, and `A` is output (i.e., inferred from `C`). ## std++ 1.7.0 (2022-01-22) -- GitLab