Skip to content

Commit 0859b35

Browse files
committed
REL: 6.1.2
## What's new ### Bug Fixes (BUG) - Fix handling of zero-length StreamObject (#3485) by @Likend ### Robustness (ROB) - Deal with wrong size for incremental PDF files (#3495) by @stefan6419846 - Improve handling for malformed cross-reference tables (#3483) by @stefan6419846 ### Developer Experience (DEV) - Use released Python 3.14 by @stefan6419846 - Use Mapping instead of dict in type hint of update_page_form_field_values (#3490) by @stefan6419846 [Full Changelog](6.1.1...6.1.2)
1 parent 623a700 commit 0859b35

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# CHANGELOG
22

3+
## Version 6.1.2, 2025-10-19
4+
5+
### Bug Fixes (BUG)
6+
- Fix handling of zero-length StreamObject (#3485)
7+
8+
### Robustness (ROB)
9+
- Deal with wrong size for incremental PDF files (#3495)
10+
- Improve handling for malformed cross-reference tables (#3483)
11+
12+
### Developer Experience (DEV)
13+
- Use released Python 3.14
14+
- Use Mapping instead of dict in type hint of update_page_form_field_values (#3490)
15+
16+
[Full Changelog](https://github.com/py-pdf/pypdf/compare/6.1.1...6.1.2)
17+
318
## Version 6.1.1, 2025-09-28
419

520
### Bug Fixes (BUG)

pypdf/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "6.1.1"
1+
__version__ = "6.1.2"

0 commit comments

Comments
 (0)