Skip to content

Version 3.7.0, 2023-03-26

Compare
Choose a tag to compare
@MartinThoma MartinThoma released this 26 Mar 14:15
· 629 commits to main since this release
3.7.0
050bca6

What's Changed

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) by @pubpub-zz
  • Add AnnotationBuilder.polyline annotation support (#1726)
  • Add clone_from parameter in PdfWriter constructor (#1703) by @pubpub-zz

Bug Fixes (BUG)

  • 'DictionaryObject' object has no attribute 'indirect_reference' (#1729) by @pubpub-zz

Robustness (ROB)

Documentation (DOC)

Maintenance (MAINT)

  • Add AnnotationFlag (#1746)
  • Add LazyDict.str (#1727)

Full Changelog