From ec1d28267fb8eb269ef896996607264abc48c610 Mon Sep 17 00:00:00 2001 From: Romain Calascibetta Date: Wed, 7 Dec 2022 14:41:40 +0100 Subject: [PATCH] Prepare v3.10.1 --- CHANGES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index c98a7e962..86fd73d77 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +### 3.10.1 (2022-12-07) Paris - France + +- Add the NixOS CI to test `ocaml-git` (@Et7f3, #600, #473) +- Specify few more headers fields when we fetch/push via HTTP (@reynir, @hannesm, @dinosaure, #603, #601) +- Improve the error message about `Smart_git.Endpoint.of_string` (@reynir, @dinosaure, #605, #604) + ### 3.10.0 (2022-10-19) Paris - France - Do not append a leading slash to path (#580, @reynir, @dinosaure)