summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorNoDRM <[email protected]>2023-08-03 10:50:06 +0200
committerNoDRM <[email protected]>2023-08-03 11:26:05 +0200
commite509b7d520d044a830c5e56ac75493142d05445d (patch)
treef2e8cbd2f2af020552a3121b48963ba5b226f75b /CHANGELOG.md
parente82d2b5c9cd799f0c4a1349dbcf0487a115fecaa (diff)
Fix python2 issues in kgenpids and kindlekey
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 3bb9848..b5537cd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -101,3 +101,4 @@ This is v10.0.9, a release candidate for v10.1.0. I don't expect there to be maj
- Fix a bug where decrypting a 40-bit RC4 pdf with R=2 didn't work.
- Fix a bug where decrypting a 256-bit AES pdf with V=5 didn't work.
+- Fix bugs in kgenpids.py and kindlekey.py that caused it to fail on Python 2 (#380).