From d55d8a5afda3e9de0f1c64d629afed8f2ed4bd64 Mon Sep 17 00:00:00 2001 From: ArthurW Date: Fri, 6 Sep 2024 16:55:58 +0200 Subject: [PATCH] Update CHANGES --- CHANGES.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index daa2ab9ab5..47bee9cd6d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,9 +5,12 @@ ### Fixed - **irmin-client** - - Fix a fd lead when using `clone` (#2322, @samoht) + - Fix a fd leak when using `clone` (#2322, @samoht) +- **irmin-git** + - Fix git sync example (#2327, @art-w) - **irmin** - Fix CI, update dependencies (#2321, @smorimoto) + - Update documentation (#2323, #2324, #2325, @christinerose) ### Removed