Fix reading of compressed object streams (Issue #92)

This commit is contained in:
Michael R Sweet
2025-01-23 15:27:22 -05:00
parent fca4dbd395
commit 9e2f3aba10
2 changed files with 14 additions and 9 deletions

View File

@ -10,6 +10,7 @@ v1.4.1 - YYYY-MM-DD
- 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)
- Fixed reading of compressed object streams (Issue #92)
v1.4.0 - 2024-12-26