Skip to content

Commit 050bca6

Browse files
committed
REL: 3.7.0
Security (SEC): - Use Python's secrets module instead of random module (#1748) New Features (ENH): - Add AnnotationBuilder.highlight text markup annotation (#1740) - Add AnnotationBuilder.popup (#1665) - Add AnnotationBuilder.polyline annotation support (#1726) - Add clone_from parameter in PdfWriter constructor (#1703) Bug Fixes (BUG): - 'DictionaryObject' object has no attribute 'indirect_reference' (#1729) Robustness (ROB): - Handle params NullObject in decode_stream_data (#1738) Documentation (DOC): - Project scope (#1743) Maintenance (MAINT): - Add AnnotationFlag (#1746) - Add LazyDict.__str__ (#1727) [Full Changelog](3.6.0...3.7.0)
1 parent 2205e9f commit 050bca6

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

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

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+
331
## Version 3.6.0, 2023-03-18
432

533
### New Features (ENH)

pypdf/_version.py

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

0 commit comments

Comments
 (0)