From 41666ecac8ff6368852daa05babd3ec6f6b0d334 Mon Sep 17 00:00:00 2001 From: Thomas Gazagnaire Date: Sat, 6 Feb 2021 13:22:57 +0100 Subject: [PATCH] Prepare the 2.3.0 release --- CHANGES.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index e5b54bd7..36470287 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,8 @@ -## v2.2.3 (unreleased) +## v2.2.3 (2020-02-06) +* conduit-mirage: simplify the API to not mix functors and first-class + modules anymore. We just use functors now and rely on the mirage tool + to apply them properly (#376, @samoht) * add client-side TLS certificate validation using OS trust anchors for `conduit-lwt-unix` and Mozilla's NSS for `conduit-mirage` (#375, @samoht)