Skip to content

Commit

Permalink
REL: Version 3.5.0, 2023-02-26
Browse files Browse the repository at this point in the history
New Features (ENH)
-  Add reader.attachments public interface (#1611, #1661)
-  Add PdfWriter.remove_objects_from_page(page: PageObject, to_delete: ObjectDeletionFlag) (#1648)
-  Allow free-text annotation to have transparent border/background (#1664)

Bug Fixes (BUG)
-  Allow decryption with empty password for AlgV5 (#1663)
-  Let PdfWriter.pages return PageObject after calling `clone_document_from_reader()` (#1613)
-  Invalid font pointed during merge_resources (#1641)

Robustness (ROB)
-  Cope with invalid objects in IndirectObject.clone (#1637)
-  Improve tolerance to invalid Names/Dests (#1658)
-  Decode encoded values in get_fields (#1636)
-  Let PdfWriter.merge cope with missing "/Fields" (#1628)

[Full Changelog](3.4.1...3.5.0)
  • Loading branch information
MartinThoma committed Feb 26, 2023
1 parent b0d4e85 commit 5e792c2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@

# CHANGELOG

## Version 3.5.0, 2023-02-26

### New Features (ENH)
- Add reader.attachments public interface (#1611, #1661)
- Add PdfWriter.remove_objects_from_page(page: PageObject, to_delete: ObjectDeletionFlag) (#1648)
- Allow free-text annotation to have transparent border/background (#1664)

### Bug Fixes (BUG)
- Allow decryption with empty password for AlgV5 (#1663)
- Let PdfWriter.pages return PageObject after calling `clone_document_from_reader()` (#1613)
- Invalid font pointed during merge_resources (#1641)

### Robustness (ROB)
- Cope with invalid objects in IndirectObject.clone (#1637)
- Improve tolerance to invalid Names/Dests (#1658)
- Decode encoded values in get_fields (#1636)
- Let PdfWriter.merge cope with missing "/Fields" (#1628)

[Full Changelog](https:/py-pdf/pypdf/compare/3.4.1...3.5.0)


## Version 3.4.1, 2023-02-12

### Bug Fixes (BUG)
Expand Down
2 changes: 1 addition & 1 deletion pypdf/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.4.1"
__version__ = "3.5.0"

0 comments on commit 5e792c2

Please sign in to comment.