summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorNoDRM <[email protected]>2022-10-17 17:12:03 +0200
committerNoDRM <[email protected]>2022-10-17 17:13:41 +0200
commit06648eeb1c4e12de9be0f268f5c1eee8715de436 (patch)
treeff2a757e510c14bac705edfac839cbc19584cba7 /CHANGELOG.md
parent6c8051eded405926e2f1b8ca3ff0e7f804a8bd5a (diff)
Add support for empty arrays (<>) in PDF objects. Fixes #183.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 09c6914..6886c0e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -81,3 +81,4 @@ List of changes since the fork of Apprentice Harper's repository:
- Re-enable Xrefs in exported PDF files since the file corruption bug is hopefully fixed. Please open bug reports if you encounter new issues with PDF files.
- Fix a bug that would sometimes cause corrupted keys to be added when adding them through the config dialog (fixes #145, #134, #119, #116, #115, #109).
- Update the README (fixes #136) to indicate that Apprentice Harper's version is no longer being updated.
+- Fix a bug where PDFs with empty arrays (`<>`) in a PDF object failed to decrypt, fixes #183.