From bc17fc9ef2c18c0ad3ba480489f79ff8bafebe27 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Fri, 14 Feb 2020 10:28:52 +0100
Subject: [PATCH] mention Coq 8.11 in changelog

---
 CHANGELOG.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 67822ca4f..44a44bd47 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,7 +20,7 @@ Coq development, but not every API-breaking change is listed.  Changes marked
 
 **Changes in Coq:**
 
-* Added support for Coq 8.10; dropped support for Coq 8.7.
+* Added support for Coq 8.10 and Coq 8.11; dropped support for Coq 8.7.
 * A new tactic `iStopProof` to turn the proof mode entailment into an ordinary
   Coq goal `big star of context ⊢ proof mode goal`.
 * Rename `iProp`/`iPreProp` to `iPropO`/`iPrePropO` since they are `ofeT`s.
-- 
GitLab