We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e51d078 commit 4a613f3Copy full SHA for 4a613f3
CHANGELOG.md
@@ -1,5 +1,19 @@
1
# CHANGELOG
2
3
+## Version 6.1.3, 2025-10-22
4
+
5
+### Security (SEC)
6
+- Allow limiting size of LZWDecode streams (#3502)
7
+- Avoid infinite loop when reading broken DCT-based inline images (#3501)
8
9
+### Bug Fixes (BUG)
10
+- PageObject.scale() scales media box incorrectly (#3489)
11
12
+### Robustness (ROB)
13
+- Fail with explicit exception when image mode is an empty array (#3500)
14
15
+[Full Changelog](https://github.com/py-pdf/pypdf/compare/6.1.2...6.1.3)
16
17
## Version 6.1.2, 2025-10-19
18
19
### Bug Fixes (BUG)
pypdf/_version.py
@@ -1 +1 @@
-__version__ = "6.1.2"
+__version__ = "6.1.3"
0 commit comments