Commit 050bca6
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
2 files changed
+29
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
3 | 31 | | |
4 | 32 | | |
5 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments