From 45815050da2ec293986283679db939fe8cfa18a0 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Tue, 16 Apr 2024 17:59:45 +0200 Subject: [PATCH] Update changelog after merge of #873 --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 2b1f0817..aeb2d2d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,7 @@ libzim 9.2.0 * Allow open Archive with a set of (positionned) file descriptors (@mgautierfr #860) * Introduce new (private) method `getEntryByPathWithNamespace` (@mgautierfr #859) + * Internally catch xapian exception and rethrow ZimFileFormatError instead (@mgautierfr #873) * Fix compilation on Haiku (@Begasus #857) * Fix macos mmap (@mgautierfr #867) * Optimize checksum calculation (@aryanA101a #861)