From 1e6bb710e30e64ae55edb32d248deb21c852ced2 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 23 Apr 2025 10:13:35 -0400 Subject: [PATCH] Changelog. --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 93c3e4d..c90ac76 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -25,6 +25,8 @@ v1.5.3 - YYYY-MM-DD - Fixed decryption of PDF files "protected" by 40-bit RC4 (Issue #42) - Fixed decryption of UTF-16 strings (Issue #42) +- Fixed decryption of PDF files with large permission values. +- Fixed support for EncryptMetadata key in the encryption dictionary. v1.5.2 - 2025-04-12