From 41ac7a0b4b5291193d553cdf3f18d7e55147479a Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sat, 18 Jan 2025 09:45:29 -0500 Subject: [PATCH] Changelog. --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 325c506..bf5970d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,7 @@ v1.4.1 - YYYY-MM-DD - Fixed the link libraries for the example source code (Issue #86) - Fixed handling of the Info object (Issue #87) - Fixed opening of PDF files less than 1024 bytes in length (Issue #87) +- Fixed potential `NULL` dereference when reading (Issue #89) v1.4.0 - 2024-12-26