From cbfc2000010843dfa9d2f8025a0512fbfc44fb80 Mon Sep 17 00:00:00 2001 From: Calascibetta Romain Date: Mon, 12 Feb 2024 18:35:18 +0100 Subject: [PATCH] Prepare v3.15.0 --- CHANGES.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index aa4ba54b3..bd24df680 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,13 @@ +### 3.15.0 (2024-02-12) Paris - France + +- Update unikernels (@hannesm, #621) +- Extend the Smart protocol with `have` and `want` (@plangesd, @dinosaure, #626) +- Rename function to get capabilities from the client and the server (@Julow, #627) +- Extend the Smart protocol with a possible `done` or a `flush` (@plangesd, #628) +- Extend the Smart protocol with `ack` and handle empty request (@plangesd, @Julow, #629) +- Add missing new lines for the server side (@plangesd, #630) +- Be more cooperative with other services (like `http`) when we clone (@dinosaure, @hannesm, #631) + ### 3.14.0 (2023-09-30) Paris - France - Fix tests with `git.2.41.0+` (@metanivek, #622)