From d1862ff92e34ecb374b2af9bed0244571d93d243 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Wed, 30 Oct 2024 16:24:52 +0100 Subject: [PATCH] changelog tweaks --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a9613b8..bfd34d6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ This file lists "large-ish" changes to the std++ Coq library, but not every API-breaking change is listed. -## 1.11.0 (2024-10-29) +## 1.11.0 (2024-10-30) The highlights of this release include: -* dune compilation support +* support for building with dune * stronger versions of the induction principles for `map_fold`, exposing the order in which elements are processed -- GitLab