From 88b68883cb3db143b15a0b0d55125d8c61f9a533 Mon Sep 17 00:00:00 2001 From: metanivek Date: Thu, 20 Oct 2022 09:42:16 -0400 Subject: [PATCH] Add CHANGES entry for chunked suffix --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 747e2e2ca9e..0cb799c7891 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -13,6 +13,8 @@ - **irmin-pack** - Upgraded on-disk format to version 4. (#2110, @icristescu) - Detecting control file corruption with a checksum (#2119, @art-w) + - Change on-disk layout of the suffix from a single file to a multiple, + chunked file design (#2115, @metanivek) ### Fixed