summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorNoDRM <[email protected]>2023-08-03 20:01:38 +0200
committerNoDRM <[email protected]>2023-08-03 20:01:38 +0200
commitbc089ee46d3e5bbb458bc0dd7a503962495f9e2c (patch)
treeb68bd2a21c80fbb3fa6758bd169ab9f3946cebc6 /CHANGELOG.md
parente509b7d520d044a830c5e56ac75493142d05445d (diff)
More Python2 bugfixes
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b5537cd..c10dc19 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -101,4 +101,5 @@ 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).
+- Fix bugs in kgenpids.py, alfcrypto.py, mobidedrm.py and kindlekey.py that caused it to fail on Python 2 (#380).
+- Fix some bugs (Python 2 and Python 3) in erdr2pml.py (untested).