File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## Version 3.7.0, 2023-03-26
4
+
5
+ ### Security (SEC)
6
+ - Use Python's secrets module instead of random module (#1748 )
7
+
8
+ ### New Features (ENH)
9
+ - Add AnnotationBuilder.highlight text markup annotation (#1740 )
10
+ - Add AnnotationBuilder.popup (#1665 )
11
+ - Add AnnotationBuilder.polyline annotation support (#1726 )
12
+ - Add clone_from parameter in PdfWriter constructor (#1703 )
13
+
14
+ ### Bug Fixes (BUG)
15
+ - 'DictionaryObject' object has no attribute 'indirect_reference' (#1729 )
16
+
17
+ ### Robustness (ROB)
18
+ - Handle params NullObject in decode_stream_data (#1738 )
19
+
20
+ ### Documentation (DOC)
21
+ - Project scope (#1743 )
22
+
23
+ ### Maintenance (MAINT)
24
+ - Add AnnotationFlag (#1746 )
25
+ - Add LazyDict.__ str__ (#1727 )
26
+
27
+
28
+ [ Full Changelog] ( https://github.com/py-pdf/pypdf/compare/3.6.0...3.7.0 )
29
+
30
+
3
31
## Version 3.6.0, 2023-03-18
4
32
5
33
### New Features (ENH)
Original file line number Diff line number Diff line change 1
- __version__ = "3.6 .0"
1
+ __version__ = "3.7 .0"
You can’t perform that action at this time.
0 commit comments