From 731caa8a7e3c6360d1579731f5a52cfca9dbb38b Mon Sep 17 00:00:00 2001 From: Robbert Krebbers <mail@robbertkrebbers.nl> Date: Tue, 17 Mar 2020 23:21:07 +0100 Subject: [PATCH] Update CHANGELOG for 1.3 release. --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92d62c1d..a14fe480 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,16 @@ This file lists "large-ish" changes to the std++ Coq library, but not every API-breaking change is listed. -## std++ master +## std++ 1.3 (released 2020-03-18) + +Coq 8.11 is supported by this release. + +This release of std++ received contributions by Amin Timany, Armaël Guéneau, +Dan Frumin, David Swasey, Jacques-Henri Jourdan, Michael Sammler, Paolo G. +Giarrusso, Pierre-Marie Pédrot, Ralf Jung, Robbert Krebbers, Simon Friis Vindum, +Tej Chajed, and William Mansky + +Noteworthy additions and changes: - Rename `dom_map_filter` into `dom_map_filter_subseteq` and repurpose `dom_map_filter` for the version with the equality. This follows the naming -- GitLab