File tree Expand file tree Collapse file tree 2 files changed +39
-1
lines changed Expand file tree Collapse file tree 2 files changed +39
-1
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## Version 5.0.1, 2024-09-29
4
+
5
+ ### New Features (ENH)
6
+ - Add ` fll ` parameter to PdfWriter constructor (#2865 )
7
+
8
+ ### Bug Fixes (BUG)
9
+ - Cope with unbalanced delimiters in dictionary object (#2878 )
10
+ - Update pyproject.toml with minimum Python version of 3.8 (#2859 )
11
+ - Cope with encoding with too many differences (#2873 )
12
+ - Missing spaces in extract_text() method (#1328 ) (#2868 )
13
+ - Tolerate truncated files and no warning when jumping startxref (#2855 )
14
+
15
+ ### Robustness (ROB)
16
+ - Repair PDF with invalid Root object (#2880 )
17
+ - Continue parsing dictionary object when error is detected (#2872 )
18
+ - Merge documents with named destinations with invalid page (#2857 )
19
+ - Tolerate comments in arrays (#2856 )
20
+
21
+ ### Documentation (DOC)
22
+ - Tiny changes (#2844 )
23
+
24
+ ### Developer Experience (DEV)
25
+ - Use latest Python version for benchmarking (#2879 )
26
+
27
+ ### Maintenance (MAINT)
28
+ - Add tests to source distributions (#2874 )
29
+ - Refactor _ update_field_annotation (#2862 )
30
+
31
+ ### Testing (TST)
32
+ - Mark test_increment_writer as enable_socket (#2867 )
33
+
34
+ ### Code Style (STY)
35
+ - Refactor _ xobj_to_image (#2863 )
36
+ - Minor code-style improvements for _ reader.py (#2847 )
37
+ - Remove duplicated comments (#2860 )
38
+
39
+ [ Full Changelog] ( https://github.com/py-pdf/pypdf/compare/5.0.0...5.0.1 )
40
+
3
41
## Version 5.0.0, 2024-09-15
4
42
5
43
This version drops support for Python 3.7 (not maintained since July 2023), PdfMerger (use PdfWriter instead) and AnnotationBuilder (use annotations instead).
Original file line number Diff line number Diff line change 1
- __version__ = "5.0.0 "
1
+ __version__ = "5.0.1 "
You can’t perform that action at this time.
0 commit comments